| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Method and Description |
|---|---|
PersistentFlow |
PersistentFlow.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static VFlowModel |
WorkflowIO.flowFromPersistentFlow(PersistentFlow flow,
IdGenerator generator) |
void |
PersistentFlow.setParent(PersistentFlow parent) |
static PersistentNode |
WorkflowIO.toPersistentNode(VNode node,
PersistentFlow parent) |
| Constructor and Description |
|---|
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) |