public interface Node
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getName()
The name of the node
|
NodeContainer |
getNodeContainer()
The NodeContainer this Node lives in.
|
default NodeType |
getNodeType()
Type of this node
|
String |
getNodeUniqueId()
the node id in the bpmn
|
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.
|
long getId()
String getNodeUniqueId()
String getName()
Map<String,List<Connection>> getIncomingConnections()
Map<String,List<Connection>> getOutgoingConnections()
List<Connection> getIncomingConnections(String type)
List<Connection> getOutgoingConnections(String type)
NodeContainer getNodeContainer()
default NodeType getNodeType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.