IBM WebSphere Application ServerTM
Release 8

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
           
 
Method Summary
 DecisionTable 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:
Constant Field Values
Method Detail

getParentDecisionTable

DecisionTable getParentDecisionTable()
Get the decision table that contains this rule template.

Returns:
The DecisionTable that contains this RuleTemplate.

IBM WebSphere Application ServerTM
Release 8