com.ibm.wbiserver.brules.mgmt.dtable

Interface DecisionTableTemplateInstanceRule

All Superinterfaces:
BusinessRuleChangeDetector, BusinessRuleValidateable, DecisionTableRule, Rule, java.io.Serializable, TemplateInstanceRule

  1. public interface DecisionTableTemplateInstanceRule
  2. extends TemplateInstanceRule, DecisionTableRule, java.io.Serializable
This interface represents a template instance rule contained within a tree block in a decision table. There is another interface, 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
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. TreeBlock
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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getParentTreeBlock

  1. TreeBlock getParentTreeBlock()
Get the tree block that contains this rule.
Specified by:
Returns:
The tree block that contains this rule.