Class NodeFactory
java.lang.Object
com.aquima.interactions.process.impl.nodes.NodeFactory
This class is responsible for creating the node definitions of a process.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsConstructorDescriptionNodeFactory
(ProcessDefinition process, IProcessEngineDefinitions processEngineDefinitions, IExpressionParser parser) Constructs the node factory with the required arguments. -
Method Summary
-
Constructor Details
-
NodeFactory
public NodeFactory(ProcessDefinition process, IProcessEngineDefinitions processEngineDefinitions, IExpressionParser parser) Constructs the node factory with the required arguments.- Parameters:
process
- The process definitionprocessEngineDefinitions
- The definitions from the process engine.parser
- The parser that should be used for conditions and expressions.
-
-
Method Details
-
createNode
- Throws:
InitializationException
-