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()
java.lang.String
getDtable()
int
getRow()
java.lang.String
getTemplate()
-