jdsl
Class AMSGTVertex
java.lang.Object
|
+--jdsl.MutablePosition
|
+--jdsl.AMSGTVertex
- public class AMSGTVertex
- extends MutablePosition
- implements Vertex
A vertex in an AMSGraphTree. These vertices wrap around
the vertices of the underlying data structure (ulv_).
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AMSGTVertex
public AMSGTVertex(AMSGraphTree container,
java.lang.Object e)
setULV
protected void setULV(Vertex v)
setElement
public void setElement(java.lang.Object obj)
- Overrides:
- setElement in class MutablePosition
container
public Container container()
element
public java.lang.Object element()
ulVertex
protected Vertex ulVertex()