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()
Node
public Map<String,List<Connection>> getIncomingConnections()
Node
getIncomingConnections
in interface Node
public Map<String,List<Connection>> getOutgoingConnections()
Node
getOutgoingConnections
in interface Node
public List<Connection> getIncomingConnections(String type)
Node
getIncomingConnections
in interface Node
public List<Connection> getOutgoingConnections(String type)
Node
getOutgoingConnections
in interface Node
public NodeContainer getNodeContainer()
Node
getNodeContainer
in interface Node
public Map<String,Object> getMetaData()
Node
getMetaData
in interface Node
public Object getMetaData(String name)
Node
getMetaData
in interface Node
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.