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 Summary
Constructors Constructor Description NodeFactory(ProcessDefinition process, IProcessEngine engine, IExpressionParser parser)
Constructs the node factory with the required arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeBuilder
createNode(NodeData node)
-
-
-
Constructor Detail
-
NodeFactory
public NodeFactory(ProcessDefinition process, IProcessEngine engine, IExpressionParser parser)
Constructs the node factory with the required arguments.- Parameters:
process
- The process the factory is to provide nodes for.engine
- The process engine containing the event and task definitions.parser
- The parser that should be used for conditions and expressions.
-
-
Method Detail
-
createNode
public NodeBuilder createNode(NodeData node) throws InitializationException
- Throws:
InitializationException
-
-