All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static VFlowModel |
flowFromPersistentFlow(PersistentFlow flow,
IdGenerator generator) |
static Connections |
fromPersistentConnections(String connectionType,
List<PersistentConnection> connections,
VFlowModel flow) |
static Connector |
fromPersistentConnector(PersistentConnector pC,
VNode n) |
static <T> List<T> |
listToSerializableList(List<T> input) |
static VFlow |
loadFromXML(InputStream xmlStream) |
static VFlowModel |
loadFromXML(InputStream xmlStream,
IdGenerator generator) |
static VFlow |
loadFromXML(Path p) |
static VFlowModel |
loadFromXML(Path p,
IdGenerator generator) |
static VFlow |
loadFromXML(String xml) |
static VFlowModel |
loadFromXML(String xml,
IdGenerator generator) |
static void |
saveToXML(Path p,
VFlowModel flow) |
static String |
saveToXML(VFlowModel flow) |
static void |
saveToXML(VFlowModel flow,
OutputStream xmlStream) |
static PersistentConnector |
toPersistentConnector(Connector c)
Converts a connector to an equivalent persistent connector.
|
static PersistentNode |
toPersistentNode(VNode node,
PersistentFlow parent) |
static PersistentValueObject |
toPersistentValueObject(ValueObject vObj) |
static ValueObject |
toValueObject(VNode node,
PersistentValueObject vObj) |