Class JoinUtils
- java.lang.Object
-
- de.codecentric.reedelk.platform.component.commons.JoinUtils
-
public class JoinUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisJoin(ExecutionNode nextAfterStop)static de.codecentric.reedelk.runtime.api.component.JoinjoinComponentOrDefault(ExecutionNode executionNode)
-
-
-
Method Detail
-
isJoin
public static boolean isJoin(ExecutionNode nextAfterStop)
-
joinComponentOrDefault
public static de.codecentric.reedelk.runtime.api.component.Join joinComponentOrDefault(ExecutionNode executionNode)
-
-