Class InternalFlowNode

java.lang.Object
com.aquima.interactions.flow.model.InternalNode
com.aquima.interactions.flow.model.InternalFlowNode

public class InternalFlowNode extends InternalNode
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 Details

  • Method Details

    • getDescription

      public String getDescription()
      Description copied from class: InternalNode
      Returns a very short descriptive text.
      Specified by:
      getDescription in class InternalNode
      Returns:
      a very short descriptive text.
    • getRepeatExpression

      public RepeatExpression getRepeatExpression()
    • removeRepeatExpression

      protected void removeRepeatExpression()