| Package | Description | 
|---|---|
| org.kie.api.definition.process | 
 The classes that make up a Process definition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<Connection>> | 
Node.getIncomingConnections()
The incoming connections for this Node. 
 | 
List<Connection> | 
Node.getIncomingConnections(String type)
The incoming connections for this Node for the given entry-point. 
 | 
Map<String,List<Connection>> | 
Node.getOutgoingConnections()
The outgoing connections for this Node. 
 | 
List<Connection> | 
Node.getOutgoingConnections(String type)
The outgoing connections for this Node for the given exit-point. 
 | 
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.