Class NodeFactory

java.lang.Object
com.aquima.interactions.process.impl.nodes.NodeFactory

public class NodeFactory extends Object
This class is responsible for creating the node definitions of a process.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • NodeFactory

      public NodeFactory(ProcessDefinition process, IProcessEngineDefinitions processEngineDefinitions, IExpressionParser parser)
      Constructs the node factory with the required arguments.
      Parameters:
      process - The process definition
      processEngineDefinitions - The definitions from the process engine.
      parser - The parser that should be used for conditions and expressions.
  • Method Details