Uses of Class
com.aquima.interactions.process.impl.nodes.NodeDefinition
Packages that use NodeDefinition
-
Uses of NodeDefinition in com.aquima.interactions.process.impl.nodes
Subclasses of NodeDefinition in com.aquima.interactions.process.impl.nodesModifier and TypeClassDescriptionclass
Base class for nodes that support multiple (conditional) branches.class
This class represents node to call a sub-process.class
Implementation of the split node (previously a XOR group node).class
This class defines a node that should wait for a condition to become true.class
This class defines an end node in a process definition.class
This class hold the definition of an event node.class
This node holds the paths into which the process may split.class
Implementation of a join node.class
This class defines an end node in a process definition.class
Abstract base class for task and process nodes.class
This node holds the information needed for a task invocation.class
This class hold the definition of a timer node.Methods in com.aquima.interactions.process.impl.nodes with parameters of type NodeDefinitionModifier and TypeMethodDescriptionprotected void
NodeDefinition.addNextNode
(String exitState, NodeDefinition node) Constructors in com.aquima.interactions.process.impl.nodes with parameters of type NodeDefinitionModifierConstructorDescriptionprotected
NodeBuilder
(NodeData nodeData, NodeDefinition definition)