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_).
- Version:
- $Revision: 1.2 $, $Date: 1998/07/13 18:39:10 $
- Author:
- Andrew Schwerin
-
AMSGTVertex(AMSGraphTree, Object)
-
-
container()
-
Return the container holding this position.
-
element()
-
Return the element stored at this position.
-
setElement(Object)
-
-
setULV(Vertex)
-
-
ulVertex()
-
AMSGTVertex
public AMSGTVertex(AMSGraphTree container,
Object e)
setULV
protected void setULV(Vertex v)
setElement
public void setElement(Object obj)
- Overrides:
- setElement in class MutablePosition
container
public Container container()
- Return the container holding this position.
- Overrides:
- container in class MutablePosition
element
public Object element()
- Return the element stored at this position.
- Overrides:
- element in class MutablePosition
ulVertex
protected Vertex ulVertex()
All Packages Class Hierarchy This Package Previous Next Index