Uses of Interface
org.kie.api.definition.process.Node
-
Packages that use Node Package Description org.kie.api.definition.process The classes that make up a Process definition.org.kie.api.runtime.process The process runtime classes. -
-
Uses of Node in org.kie.api.definition.process
Methods in org.kie.api.definition.process that return Node Modifier and Type Method Description Node
Connection. getFrom()
The Node the connection starts from.Node
NodeContainer. getNode(long id)
The node in this NodeContainer with the given id.Node
NodeContainer. getNodeByUniqueId(String nodeId)
the node in this NodeContainer with the give unique idNode[]
NodeContainer. getNodes()
The Nodes of this NodeContainer.Node
Connection. getTo()
The Node the connection goes to. -
Uses of Node in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return Node Modifier and Type Method Description Node
NodeInstance. getNode()
Return the node this node instance refers to.
-