| Package | Description | 
|---|---|
| org.kie.api.definition.process | 
 The classes that make up a Process definition. 
 | 
| org.kie.api.runtime.process | 
 The process runtime classes. 
 | 
| Modifier and Type | Method and 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 id 
 | 
Node[] | 
NodeContainer.getNodes()
The Nodes of this NodeContainer. 
 | 
Node | 
Connection.getTo()
The Node the connection goes to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
NodeInstance.getNode()
Return the node this node instance refers to. 
 | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.