| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentFlow |
| Modifier and Type | Method and Description |
|---|---|
static PersistentNode |
WorkflowIO.toPersistentNode(VNode node,
PersistentFlow parent) |
| Modifier and Type | Method and Description |
|---|---|
List<PersistentNode> |
PersistentFlow.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentFlow.setNodes(List<PersistentNode> nodes) |
| Constructor and Description |
|---|
PersistentFlow(List<PersistentConnection> connections,
List<PersistentNode> nodes) |
PersistentFlow(PersistentFlow parent,
String id,
List<PersistentConnection> connections,
List<PersistentNode> nodes,
String title,
double x,
double y,
double width,
double height,
ValueObject valueObject,
boolean visible,
VisualizationRequest vReq,
List<PersistentConnector> connectors) |