EdgeData |
This class holds the information of a single edge from the process.
|
EdgeSorter |
This class is used to sort edges on sequence number.
|
EdgeVisitor |
This visitor is used during initialization to connect the nodes to each other with edges.
|
GroupBuilder |
Helper class for the process builder that rewrites group nodes.
|
IgnoreModeSettingsBuilder |
A builder for an IIgnoreModeSettings implementation that falls back to a global setting if an ignore mode is
not configured for a specific application.
|
JoinNodeBuilder |
This class is used to detect nodes with multiple incoming edges (which aren't join/end nodes), and insert a join node
just before them.
|
LoopValidator |
this class is used during initialization to validate that all nodes in the process are able to reach an end node.
|
NodeData |
This class holds the information of a single node in the process.
|
NodeVisitor |
Visitor used during initialization to gather the nodes of a process.
|
ProcessBuilder |
This class is responsible for initializing the nodes of a process.
|
ProcessEngineSettingsBuilder |
|
ProcessListSettingsBuilder |
|