public class PersistentNode extends Object
| Constructor and Description |
|---|
PersistentNode() |
PersistentNode(String id,
String title,
double x,
double y,
double width,
double height,
ValueObject valueObject,
VisualizationRequest vReq,
List<PersistentConnector> connectors) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnector(PersistentConnector connector) |
List<PersistentConnector> |
getConnectors() |
double |
getHeight() |
String |
getId() |
Map<String,String> |
getMainInputs() |
Map<String,String> |
getMainOutputs() |
String |
getTitle() |
PersistentValueObject |
getValueObject() |
VisualizationRequest |
getVReq() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setConnectors(List<PersistentConnector> connectors) |
void |
setHeight(double height) |
void |
setId(String id) |
void |
setMainInputs(Map<String,String> mainInputs) |
void |
setMainOutputs(Map<String,String> mainOutputs) |
void |
setTitle(String title) |
void |
setValueObject(PersistentValueObject valueObject) |
void |
setVReq(VisualizationRequest vReq) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
public PersistentNode()
public PersistentNode(String id, String title, double x, double y, double width, double height, ValueObject valueObject, VisualizationRequest vReq, List<PersistentConnector> connectors)
public double getX()
public void setX(double x)
x - the x to setpublic double getY()
public void setY(double y)
y - the y to setpublic double getWidth()
public void setWidth(double width)
width - the width to setpublic double getHeight()
public void setHeight(double height)
height - the height to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic PersistentValueObject getValueObject()
public void setValueObject(PersistentValueObject valueObject)
valueObject - the valueObject to setpublic VisualizationRequest getVReq()
public void setVReq(VisualizationRequest vReq)
vReq - the vReq to setpublic String getId()
public void setId(String id)
id - the id to setpublic List<PersistentConnector> getConnectors()
public void setConnectors(List<PersistentConnector> connectors)
connectors - the inputTypes to setpublic void addConnector(PersistentConnector connector)
connector - the inputTypes to setpublic void setMainInputs(Map<String,String> mainInputs)
mainInputs - the mainInputs to set