IBM WebSphere Application ServerTM
Release 7

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

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
static java.lang.String COPYRIGHT
           
 
Method Summary
 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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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.

IBM WebSphere Application ServerTM
Release 7