Class InternalConditionNode

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

public class InternalConditionNode extends InternalNode
Internal class which represent an condition node in the flow graph.
Since:
7.0
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

    • InternalConditionNode

      public InternalConditionNode(String flowName, INodeDS nodeDS) throws InitializationException
      Constructs a condition node by using the data source.
      Parameters:
      flowName - The flow name this node is part of.
      nodeDS - The data source for node specific data.
      Throws:
      InitializationException - This exception is thrown when the node could not be initialized.
  • Method Details