Package io.process4j.core
Class Flow
- java.lang.Object
-
- io.process4j.core.Flow
-
public final class Flow extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Flow
endFlow(String name, BaseNode<?> source)
static Flow
endFlow(String id, String name, BaseNode<?> source)
static Flow
flow(String name, BaseNode<?> source, BaseNode<?> target)
static Flow
flow(String id, String name, BaseNode<?> source, BaseNode<?> target)
static String
getFlowId(String id)
static Flow
startFlow(String name, BaseNode<?> target)
static Flow
startFlow(String id, String name, BaseNode<?> target)
-