public interface Vertex extends VertexRef
Modifier and Type | Method and Description |
---|---|
String |
getIconKey() |
String |
getIpAddress() |
com.vaadin.data.Item |
getItem() |
String |
getKey()
Deprecated.
Use namespace/id tuple
|
String |
getLabel()
A human-readable label for the reference.
|
Integer |
getNodeID() |
VertexRef |
getParent()
TODO: To support Many-to-Many grouping, this function will need to be
enhanced to return an array of vertices.
|
String |
getStyleName() |
String |
getTooltipText() |
Integer |
getX() |
Integer |
getY() |
boolean |
isGroup() |
boolean |
isLocked() |
boolean |
isSelected() |
void |
setParent(VertexRef parent)
TODO: To support Many-to-Many grouping, this function will need to be
enhanced add to a list of parents.
|
getId, getNamespace
compareTo
String getKey()
com.vaadin.data.Item getItem()
String getLabel()
Ref
String getTooltipText()
String getIconKey()
String getStyleName()
boolean isGroup()
void setParent(VertexRef parent)
VertexRef getParent()
Integer getX()
Integer getY()
boolean isLocked()
boolean isSelected()
String getIpAddress()
Integer getNodeID()
Copyright © 2017. All rights reserved.