|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecisionTable
This interface represents a decision table. A decision table is represented as a tree with nodes that represent conditions and actions. These nodes are contained within the decision table's tree block. A decision table can also have an initialization rule. This is a rule that is run before the decision table itself is evaluated. The initialization rule can be either a hard-coded rule or a rule created from a template.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
DecisionTableRule |
getInitRule()
Get the initialization rule for this decision table, if one exists. |
DecisionTableRuleTemplate |
getInitTemplate()
Get the rule template for the initialization rule, if one exists. |
TreeBlock |
getTreeBlock()
Get the tree block for this decision table. |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRule |
---|
createCopy, getAssociatedOperation, getDescription, getDisplayName, getName, getProperties, getProperty, getPropertyValue, getRuntimeID, getSaveDate, getTargetNameSpace, getType, isDisplayNameSynchronizedToName, setDescription, setDisplayName, setDisplayNameIsSynchronizedToName, setPropertyValue |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleValidateable |
---|
validate |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleChangeDetector |
---|
hasChanges |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
DecisionTableRule getInitRule()
DecisionTableRuleTemplate getInitTemplate()
TreeBlock getTreeBlock()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |