public class PersistentFlow extends PersistentNode
| Constructor and Description |
|---|
PersistentFlow() |
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) |
| Modifier and Type | Method and Description |
|---|---|
List<PersistentConnection> |
getConnections() |
List<PersistentNode> |
getNodes() |
PersistentFlow |
getParent() |
boolean |
isVisible() |
void |
setConnections(List<PersistentConnection> connections) |
void |
setNodes(List<PersistentNode> nodes) |
void |
setParent(PersistentFlow parent) |
void |
setVisible(boolean visible) |
addConnector, getConnectors, getHeight, getId, getMainInputs, getMainOutputs, getTitle, getValueObject, getVReq, getWidth, getX, getY, setConnectors, setHeight, setId, setMainInputs, setMainOutputs, setTitle, setValueObject, setVReq, setWidth, setX, setYpublic PersistentFlow()
public PersistentFlow(List<PersistentConnection> connections, List<PersistentNode> nodes)
public 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)
public List<PersistentConnection> getConnections()
public void setConnections(List<PersistentConnection> connections)
connections - the connections to setpublic List<PersistentNode> getNodes()
public void setNodes(List<PersistentNode> nodes)
nodes - the nodes to setpublic PersistentFlow getParent()
public void setParent(PersistentFlow parent)
parent - the parent to setpublic boolean isVisible()
public void setVisible(boolean visible)
visible - the visible to set