com.ibm.wbiserver.brules.mgmt.dtable
Interface DecisionTableRule
- All Superinterfaces:
- BusinessRuleChangeDetector, BusinessRuleValidateable, Rule, java.io.Serializable
- All Known Subinterfaces:
- DecisionTableTemplateInstanceRule
public interface DecisionTableRule
- extends Rule, java.io.Serializable
This interface represents a rule contained within a decision table. There is another
interface,
RuleSetRule
, that
represents a rule contained within a ruleset. Two different interfaces are used
because a rule within a ruleset has a different kind of parent from a rule within a
decision table.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getParentTreeBlock
TreeBlock getParentTreeBlock()
- Get the tree block that contains this rule.
- Returns:
- The tree block that contains this rule.