Class InternalFlowNode
java.lang.Object
com.aquima.interactions.flow.model.InternalNode
com.aquima.interactions.flow.model.InternalFlowNode
Internal class which represent a flow call node in the flow graph. A flow node represents a flow being called in the
flow engine.
- Since:
- 7.0
- Author:
- F. van der Meer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InternalFlowNode
(String flowName, INodeDS nodeDS, IExpressionParser parser) -
Method Summary
Modifier and TypeMethodDescriptionReturns a very short descriptive text.protected void
Methods inherited from class com.aquima.interactions.flow.model.InternalNode
addEdge, getDefaultEdge, getDetails, getEdges, getExceptionEdge, getId, getTargetId, getType, locateEdge, setDetails, sortEdges
-
Constructor Details
-
InternalFlowNode
protected InternalFlowNode(String flowName, INodeDS nodeDS, IExpressionParser parser) throws InitializationException - Throws:
InitializationException
-
-
Method Details
-
getDescription
Description copied from class:InternalNode
Returns a very short descriptive text.- Specified by:
getDescription
in classInternalNode
-
getRepeatExpression
-
removeRepeatExpression
protected void removeRepeatExpression()
-