com.ibm.wbiserver.brules.mgmt.dtable
Interface DecisionTableRuleTemplate
All Superinterfaces:
RuleTemplate, java.io.Serializable, Template
- public interface DecisionTableRuleTemplate
- extends RuleTemplate, java.io.Serializable
RuleSetRuleTemplate
,
that represents a rule template contained within a ruleset.
The DecisionTableRuleTemplate
interface does not allow new instances of the
template to be created since it is not allowed to add new template instance rules to a
decision table.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getParentDecisionTable()
Get the decision table that contains this rule template.
|
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.Template |
---|
getDescription, getDisplayName, getId, getName, getParameter, getParameters, getUserPresentation |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getParentDecisionTable
- DecisionTable getParentDecisionTable( )
Get the decision table that contains this rule template.
Returns:
The
DecisionTable
that contains this
RuleTemplate
.