Class BranchDefinition
java.lang.Object
com.aquima.interactions.process.impl.nodes.BranchDefinition
- All Implemented Interfaces:
IBranchDefinition
This class holds the condition and the process path of one of the brances of a group.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BranchDefinition
(ICondition condition, IProcessNodeDefinition startNode) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the condition that should be evaluated to determine if the branch is applicable.This method returns the first node of the branch.toString()
-
Constructor Details
-
BranchDefinition
-
-
Method Details
-
getCondition
Description copied from interface:IBranchDefinition
This method returns the condition that should be evaluated to determine if the branch is applicable.- Specified by:
getCondition
in interfaceIBranchDefinition
- Returns:
- the condition that should be evaluated to determine if the branch is applicable.
-
getStartNode
Description copied from interface:IBranchDefinition
This method returns the first node of the branch.- Specified by:
getStartNode
in interfaceIBranchDefinition
- Returns:
- the first node of the branch.
-
toString
-