com.ibm.wbiserver.brules.mgmt.dtable
Interface DecisionTableRuleTemplate
- All Superinterfaces:
- RuleTemplate, java.io.Serializable, Template
public interface DecisionTableRuleTemplate
- extends RuleTemplate, java.io.Serializable
This interface represents a rule template contained within a decision table. There is another
interface,
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 |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getParentDecisionTable
DecisionTable getParentDecisionTable()
- Get the decision table that contains this rule template.
- Returns:
- The
DecisionTable
that contains this
RuleTemplate
.