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.processSubinterfaces of NodeContainer in org.kie.api.definition.process Modifier and Type Interface Description interfaceWorkflowProcessA 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 NodeContainerNode. getNodeContainer()The NodeContainer this Node lives in.
 
-