public interface TreeBlock extends BusinessRuleValidateable, BusinessRuleChangeDetector, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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.
|
validate
hasChanges
static final java.lang.String COPYRIGHT
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.