com.ibm.wbiserver.brules.mgmt.dtable
Interface DecisionTableTemplateInstanceRule
All Superinterfaces:
BusinessRuleChangeDetector, BusinessRuleValidateable, DecisionTableRule, Rule, java.io.Serializable, TemplateInstanceRule
- public interface DecisionTableTemplateInstanceRule
- extends TemplateInstanceRule, DecisionTableRule, java.io.Serializable
RuleSetTemplateInstanceRule
,
that represents a template instance rule contained within a ruleset.
An existing DecisionTableTemplateInstanceRule
can be changed by getting
its parameter values and changing them directly. See
TemplateInstanceRule
for
details.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getParentTreeBlock()
Get the tree block that contains this rule.
|
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.TemplateInstanceRule |
---|
getParameterValue, getParameterValues, getRuleTemplate |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.Rule |
---|
getDescription, getDisplayName, getExpandedUserPresentation, getName, getUserPresentation, isDisplayNameSynchronizedToName, setDescription, setDisplayName, setDisplayNameIsSynchronizedToName |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getParentTreeBlock
- TreeBlock getParentTreeBlock()
Get the tree block that contains this rule.
Specified by:
getParentTreeBlock
in interface DecisionTableRule
Returns:
The tree block that contains this rule.