Class ChoiceNodeDefinition
java.lang.Object
com.aquima.interactions.process.impl.nodes.NodeDefinition
com.aquima.interactions.process.impl.nodes.BranchNodeDefinition
com.aquima.interactions.process.impl.nodes.ChoiceNodeDefinition
- All Implemented Interfaces:
IBranchNodeDefinition
,IChoiceNodeDefinition
,IProcessNodeDefinition
Implementation of the split node (previously a XOR group node).
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a name for the node in a readable format that can be used to identify the node.String[]
This method returns the names of the exits that are connected to a next node.Methods inherited from class com.aquima.interactions.process.impl.nodes.BranchNodeDefinition
addBranch, getChildNodes
Methods inherited from class com.aquima.interactions.process.impl.nodes.NodeDefinition
addNextNode, 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.IBranchNodeDefinition
getChildNodes
Methods inherited from interface com.aquima.interactions.process.nodes.IProcessNodeDefinition
getExpirationDefinition, getId, getNextNode, getNextNode
-
Constructor Details
-
Method Details
-
getDisplayName
Description copied from interface:IProcessNodeDefinition
This method returns a name for the node in a readable format that can be used to identify the node.- Specified by:
getDisplayName
in interfaceIProcessNodeDefinition
- Returns:
- a name for the node in a readable format that can be used to identify the node.
-
getExitStates
Description copied from class:NodeDefinition
This method returns the names of the exits that are connected to a next node.- Specified by:
getExitStates
in interfaceIProcessNodeDefinition
- Overrides:
getExitStates
in classNodeDefinition
- Returns:
- the names of the exits that are connected to a next node.
-