java.lang.Object
com.aquima.interactions.process.impl.builder.NodeVisitor
All Implemented Interfaces:
IProcessNodeVisitor

public class NodeVisitor extends Object implements IProcessNodeVisitor
Visitor used during initialization to gather the nodes of a process.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addNode

      public void addNode(IProcessNodeDS datasource)
      Description copied from interface: IProcessNodeVisitor
      This method should be invoked for each node that should be added to the process flow.
      Specified by:
      addNode in interface IProcessNodeVisitor
      Parameters:
      datasource - Data source providing the information of the node that should be added.
    • getNode

      protected NodeData getNode(GUID nodeId)
    • getNodes

      protected Collection<NodeData> getNodes()