jdsl.core.ref
Class AMSGTVertex

java.lang.Object
  |
  +--jdsl.core.ref.MutablePosition
        |
        +--jdsl.core.ref.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_).

Author:
Andrew Schwerin
See Also:
Serialized Form

Constructor Summary
AMSGTVertex(AMSGraphTree container, java.lang.Object e)
           
 
Method Summary
 Container container()
           
 java.lang.Object element()
           
 void setElement(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMSGTVertex

public AMSGTVertex(AMSGraphTree container,
                   java.lang.Object e)
Method Detail

setElement

public void setElement(java.lang.Object obj)
Overrides:
setElement in class MutablePosition

container

public Container container()

element

public java.lang.Object element()