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. 
 | 
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 getName()
Map<String,List<Connection>> getIncomingConnections()
Map<String,List<Connection>> getOutgoingConnections()
List<Connection> getIncomingConnections(String type)
List<Connection> getOutgoingConnections(String type)
NodeContainer getNodeContainer()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.