| Modifier and Type | Field and Description |
|---|---|
org.kie.api.definition.process.Node |
delegate |
| Constructor and Description |
|---|
NodeAdapter(org.kie.api.definition.process.Node delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.kie.api.definition.process.Node |
getDelegate() |
long |
getId()
The id of the node.
|
Map<String,List<Connection>> |
getIncomingConnections()
The incoming connections for this Node.
|
List<Connection> |
getIncomingConnections(String type)
The incoming connections for this Node for the given entry-point.
|
Map<String,Object> |
getMetaData()
Meta data associated with this Node.
|
Object |
getMetaData(String name)
Meta data associated with this Node.
|
String |
getName()
The name of the node
|
NodeContainer |
getNodeContainer()
The NodeContainer this Node lives in.
|
Map<String,List<Connection>> |
getOutgoingConnections()
The outgoing connections for this Node.
|
List<Connection> |
getOutgoingConnections(String type)
The outgoing connections for this Node for the given exit-point.
|
int |
hashCode() |
public org.kie.api.definition.process.Node getDelegate()
public long getId()
Nodepublic Map<String,List<Connection>> getIncomingConnections()
NodegetIncomingConnections in interface Nodepublic Map<String,List<Connection>> getOutgoingConnections()
NodegetOutgoingConnections in interface Nodepublic List<Connection> getIncomingConnections(String type)
NodegetIncomingConnections in interface Nodepublic List<Connection> getOutgoingConnections(String type)
NodegetOutgoingConnections in interface Nodepublic NodeContainer getNodeContainer()
NodegetNodeContainer in interface Nodepublic Map<String,Object> getMetaData()
NodegetMetaData in interface Nodepublic Object getMetaData(String name)
NodegetMetaData in interface NodeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.