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_).


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

Constructor Detail

AMSGTVertex

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

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()