Class BranchNodeDefinition
java.lang.Object
com.aquima.interactions.process.impl.nodes.NodeDefinition
com.aquima.interactions.process.impl.nodes.BranchNodeDefinition
- All Implemented Interfaces:
IBranchNodeDefinition
,IProcessNodeDefinition
- Direct Known Subclasses:
ChoiceNodeDefinition
,GroupNodeDefinition
Base class for nodes that support multiple (conditional) branches.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
addBranch
(ICondition condition, IProcessNodeDefinition startNode) final IBranchDefinition[]
This method returns an array containing the nodes of the group in the correct order (if applicable).Methods inherited from class com.aquima.interactions.process.impl.nodes.NodeDefinition
addNextNode, getExitStates, getExpirationDefinition, getId, getNextNode, getNextNode, getNextNodeSafe, setExpirationDefinition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.process.nodes.IProcessNodeDefinition
getDisplayName, getExitStates, getExpirationDefinition, getId, getNextNode, getNextNode
-
Constructor Details
-
Method Details
-
addBranch
-
getChildNodes
Description copied from interface:IBranchNodeDefinition
This method returns an array containing the nodes of the group in the correct order (if applicable).- Specified by:
getChildNodes
in interfaceIBranchNodeDefinition
- Returns:
- an array containing the nodes of the group in the correct order.
-