Uses of Interface
org.kie.api.definition.process.NodeContainer
-
Packages that use NodeContainer Package Description org.kie.api.definition.process The classes that make up a Process definition. -
-
Uses of NodeContainer in org.kie.api.definition.process
Subinterfaces of NodeContainer in org.kie.api.definition.process Modifier and Type Interface Description interface
WorkflowProcess
A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic.Methods in org.kie.api.definition.process that return NodeContainer Modifier and Type Method Description NodeContainer
Node. getNodeContainer()
The NodeContainer this Node lives in.
-