public interface VNode extends Model, Selectable
| Type | Property and Description |
|---|---|
DoubleProperty |
height |
StringProperty |
id |
BooleanProperty |
selectable |
StringProperty |
title |
ObjectProperty<ValueObject> |
valueObject |
DoubleProperty |
width |
DoubleProperty |
x
Returns the global id of this node
|
DoubleProperty |
y |
visualizationRequestselected| Modifier and Type | Method and Description |
|---|---|
Connector |
addConnector(Connector c) |
Connector |
addInput(String type) |
Connector |
addOutput(String type) |
Connector |
getConnector(String localId) |
ObservableList<Connector> |
getConnectors() |
int |
getDepth()
Returns the distance to the root element.
|
VFlowModel |
getFlow() |
double |
getHeight()
Gets the value of the property height.
|
String |
getId()
Returns the local id of this node.
|
ObservableList<Connector> |
getInputs() |
Connector |
getMainInput(String type) |
Collection<String> |
getMainInputTypes() |
Connector |
getMainOutput(String type) |
Collection<String> |
getMainOutputTypes() |
ObservableList<Connector> |
getOutputs() |
eu.mihosoft.vrl.workflow.FlowModel |
getRoot()
Returns the root element of this flow.
|
String |
getTitle()
Gets the value of the property title.
|
ValueObject |
getValueObject()
Gets the value of the property valueObject.
|
double |
getWidth()
Gets the value of the property width.
|
double |
getX()
Gets the value of the property x.
|
double |
getY()
Gets the value of the property y.
|
DoubleProperty |
heightProperty() |
StringProperty |
idProperty() |
boolean |
isSelectable()
Gets the value of the property selectable.
|
boolean |
removeConnector(Connector c) |
BooleanProperty |
selectableProperty() |
void |
setHeight(double h)
Sets the value of the property height.
|
void |
setId(String id)
Defines the local id of this node.
|
Connector |
setMainInput(Connector connector) |
Connector |
setMainOutput(Connector connector) |
void |
setTitle(String title)
Sets the value of the property title.
|
void |
setValueObject(ValueObject obj)
Sets the value of the property valueObject.
|
void |
setWidth(double w)
Sets the value of the property width.
|
void |
setX(double x)
Sets the value of the property x.
|
void |
setY(double x)
Sets the value of the property y.
|
StringProperty |
titleProperty() |
ObjectProperty<ValueObject> |
valueObjectProperty() |
DoubleProperty |
widthProperty() |
DoubleProperty |
xProperty()
Returns the global id of this node
|
DoubleProperty |
yProperty() |
getVisualizationRequest, isVisualizationRequestInitialized, setVisualizationRequest, visualizationRequestPropertyisSelected, requestSelection, selectedPropertyStringProperty titleProperty
getTitle(),
setTitle(String)StringProperty idProperty
getId(),
setId(String)DoubleProperty xProperty
getX(),
setX(double)DoubleProperty yProperty
getY(),
setY(double)DoubleProperty widthProperty
getWidth(),
setWidth(double)DoubleProperty heightProperty
getHeight(),
setHeight(double)ObjectProperty<ValueObject> valueObjectProperty
getValueObject(),
setValueObject(ValueObject)BooleanProperty selectableProperty
isSelectable()StringProperty titleProperty()
getTitle(),
setTitle(String)void setTitle(String title)
String getTitle()
StringProperty idProperty()
getId(),
setId(String)void setId(String id)
id - id to setString getId()
DoubleProperty xProperty()
getX(),
setX(double)DoubleProperty yProperty()
getY(),
setY(double)void setX(double x)
void setY(double x)
double getX()
double getY()
DoubleProperty widthProperty()
getWidth(),
setWidth(double)DoubleProperty heightProperty()
getHeight(),
setHeight(double)void setWidth(double w)
void setHeight(double h)
double getWidth()
double getHeight()
void setValueObject(ValueObject obj)
ValueObject getValueObject()
ObjectProperty<ValueObject> valueObjectProperty()
getValueObject(),
setValueObject(ValueObject)VFlowModel getFlow()
boolean removeConnector(Connector c)
Collection<String> getMainInputTypes()
Collection<String> getMainOutputTypes()
ObservableList<Connector> getConnectors()
ObservableList<Connector> getInputs()
ObservableList<Connector> getOutputs()
BooleanProperty selectableProperty()
isSelectable()boolean isSelectable()
int getDepth()
eu.mihosoft.vrl.workflow.FlowModel getRoot()