Interface IProcessNodeVisitor

All Known Implementing Classes:
NodeVisitor

public interface IProcessNodeVisitor
This visitor is used during initialization to collect the nodes of a process flow.
Since:
7.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNode(IProcessNodeDS datasource)
    This method should be invoked for each node that should be added to the process flow.
  • Method Details

    • addNode

      void addNode(IProcessNodeDS datasource)
      This method should be invoked for each node that should be added to the process flow.
      Parameters:
      datasource - Data source providing the information of the node that should be added.
      Throws:
      InitializationException - This exception is thrown if the node could not be initialized.