| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeLookupImpl
This class allows nodes to be looked up by id.
|
| Modifier and Type | Method and Description |
|---|---|
NodeLookup |
FlowModelImpl.getNodeLookup() |
NodeLookup |
VFlow.getNodeLookup()
Returns the node lookup that is used by this flow controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowModelImpl.setNodeLookup(NodeLookup nodeLookup) |
void |
VFlow.setNodeLookup(NodeLookup nodeLookup)
Defines the node lookup that shall be used by this flow controller.
|