public class NodeLookupImpl extends Object implements NodeLookup
<node id>:<connector id>.
The class can also be used to look up connectors.| Constructor and Description |
|---|
NodeLookupImpl(VFlowModel root) |
| Modifier and Type | Method and Description |
|---|---|
VNode |
getById(String globalId)
Returns the element with the specified id.
|
Connector |
getConnectorById(String globalId)
Returns the connector with the specified id.
|
public NodeLookupImpl(VFlowModel root)
public Connector getConnectorById(String globalId)
NodeLookupgetConnectorById in interface NodeLookupglobalId - global connector idnull if no
such connector exists