|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeBlock
This interface represents a tree block within a decision table. The tree block defines the main decision table. The decision table is represented internally as a decision tree.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
TreeNode |
getRootNode()
Get the root tree node for this tree block. |
java.util.List<TreeActionTermDefinition> |
getTreeActionTermDefinitions()
Get the shared action term definitions for this tree block. |
java.util.List<TreeConditionDefinition> |
getTreeConditionDefinitions()
Get the shared condition definitions for this tree block. |
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 |
---|
java.util.List<TreeConditionDefinition> getTreeConditionDefinitions()
List
of TreeConditionDefinition
objects for this
tree block. The returned list is unmodifiable.TreeNode getRootNode()
java.util.List<TreeActionTermDefinition> getTreeActionTermDefinitions()
List
of TreeActionTermDefinition
objects for this
tree block. The returned list is unmodifiable.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |