JavaScript is disabled on your browser.
Skip navigation links
KIE :: Public API 10.1.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
()
Method Details
getDtable
String
getDtable
()
getTemplate
String
getTemplate
()
getRow
int
getRow
()
getCol
int
getCol
()