Class JoinNodeBuilder

java.lang.Object
com.aquima.interactions.process.impl.builder.JoinNodeBuilder

public final class JoinNodeBuilder extends Object
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