public class AbstractVertex extends DefaultVertexRef implements Vertex
m_id
Constructor and Description |
---|
AbstractVertex(String namespace,
String id)
Deprecated.
|
AbstractVertex(String namespace,
String id,
String label) |
Modifier and Type | Method and Description |
---|---|
Integer |
getEdgePathOffset() |
String |
getIconKey() |
String |
getIpAddress() |
com.vaadin.v7.data.Item |
getItem() |
String |
getKey()
Deprecated.
Use namespace/id tuple
|
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 |
setEdgePathOffset(Integer edgePathOffset) |
void |
setIconKey(String iconKey) |
void |
setIpAddress(String ipAddr) |
void |
setLocked(boolean locked) |
void |
setNodeID(Integer nodeID) |
void |
setParent(VertexRef parent)
TODO: To support Many-to-Many grouping, this function will need to be
enhanced add to a list of parents.
|
void |
setSelected(boolean selected) |
void |
setStyleName(String styleName) |
void |
setTooltipText(String tooltpText) |
void |
setX(Integer x) |
void |
setY(Integer y) |
String |
toString() |
equals
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getNamespace
compareTo
@Deprecated public AbstractVertex(String namespace, String id)
public final String getKey()
public String getTooltipText()
getTooltipText
in interface Vertex
public final void setTooltipText(String tooltpText)
public String getIconKey()
getIconKey
in interface Vertex
public final void setIconKey(String iconKey)
public String getStyleName()
getStyleName
in interface Vertex
public final void setStyleName(String styleName)
public final void setX(Integer x)
public final void setY(Integer y)
public final VertexRef getParent()
Vertex
public final void setParent(VertexRef parent)
Vertex
public final void setLocked(boolean locked)
public final boolean isSelected()
isSelected
in interface Vertex
public final void setSelected(boolean selected)
public String getIpAddress()
getIpAddress
in interface Vertex
public final void setIpAddress(String ipAddr)
public final void setNodeID(Integer nodeID)
public Integer getEdgePathOffset()
getEdgePathOffset
in interface Vertex
public void setEdgePathOffset(Integer edgePathOffset)
public String toString()
toString
in class DefaultVertexRef
Copyright © 2021. All rights reserved.