com.ibm.wbiserver.brules.mgmt.dtable
Interface DecisionTable
All Superinterfaces:
- public interface DecisionTable
- extends BusinessRule
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getInitRule()
Get the initialization rule for this decision table, if one exists.
|
|
getInitTemplate()
Get the rule template for the initialization rule, if one exists.
|
|
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
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getInitRule
- DecisionTableRule getInitRule()
Get the initialization rule for this decision table, if one exists.
Returns:
The initialization rule for this decision table or null if no initialization
rule exists for this decision table.
getInitTemplate
- DecisionTableRuleTemplate getInitTemplate( )
Get the rule template for the initialization rule, if one exists.
Returns:
The rule template for the initialization rule or null if no initialization
rule template exists for this decision table.
getTreeBlock
- TreeBlock getTreeBlock()
Get the tree block for this decision table.
Returns:
The tree block for this decision table.