Package org.kie.api.builder.model
Interface RuleTemplateModel
-
public interface RuleTemplateModel
RuleTemplateModel is a model allowing to programmatically apply a Drools Rule Template to a Decision Table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCol()
String
getDtable()
int
getRow()
String
getTemplate()
-