All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.ref.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_).


Constructor Index

 o AMSGTVertex(AMSGraphTree, Object)

Method Index

 o container()
Return the container holding this position.
 o element()
Return the element stored at this position.
 o setElement(Object)
 o setULV(Vertex)
 o ulVertex()

Constructors

 o AMSGTVertex
 public AMSGTVertex(AMSGraphTree container,
                    Object e)

Methods

 o setULV
 protected void setULV(Vertex v)
 o setElement
 public void setElement(Object obj)
Overrides:
setElement in class MutablePosition
 o container
 public Container container()
Return the container holding this position.

Overrides:
container in class MutablePosition
 o element
 public Object element()
Return the element stored at this position.

Overrides:
element in class MutablePosition
 o ulVertex
 protected Vertex ulVertex()

All Packages  Class Hierarchy  This Package  Previous  Next  Index