Uses of Class
io.process4j.core.BaseNode
-
Packages that use BaseNode Package Description io.process4j.core -
-
Uses of BaseNode in io.process4j.core
Subclasses of BaseNode in io.process4j.core Modifier and Type Class Description class
BaseActivityNode<T>
class
BaseDecisionTableNode
class
BaseGatewayNode
class
BaseProcessNode
class
BaseTaskNode
Methods in io.process4j.core with type parameters of type BaseNode Modifier and Type Method Description <Q extends BaseNode<T>>
QBaseNode. setImpl(T impl)
Methods in io.process4j.core with parameters of type BaseNode Modifier and Type Method Description static Flow
Flow. endFlow(String name, BaseNode<?> source)
static Flow
Flow. endFlow(String id, String name, BaseNode<?> source)
static Flow
Flow. flow(String name, BaseNode<?> source, BaseNode<?> target)
static Flow
Flow. flow(String id, String name, BaseNode<?> source, BaseNode<?> target)
static Flow
Flow. startFlow(String name, BaseNode<?> target)
static Flow
Flow. startFlow(String id, String name, BaseNode<?> target)
-