Class JoinNodeBuilder
java.lang.Object
com.aquima.interactions.process.impl.builder.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. This implicit join nodes should have been added in the process design, so a warning is generated
when a missing join node is detected. This is just a warning, as the problem can be detected and fixed easily.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Method Summary
Modifier and TypeMethodDescriptionprotected static NodeData
process
(IReportingDS report, NodeData node)
-
Method Details
-
process
protected static NodeData process(IReportingDS report, NodeData node) throws InitializationException - Throws:
InitializationException
-