All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.ref.AMSGTEdge
java.lang.Object
|
+----jdsl.core.ref.MutablePosition
|
+----jdsl.core.ref.AMSGTEdge
- public class AMSGTEdge
- extends MutablePosition
- implements Edge
An edge in an AMSGraphTree. Wraps around an edge in the
underlying graph data structure (ule_).
- Version:
- $Revision: 1.2 $, $Date: 1998/07/13 18:39:09 $
- Author:
- Andrew Schwerin
-
AMSGTEdge(AMSGraphTree, Object)
-
-
container()
-
Return the container holding this position.
-
element()
-
Return the element stored at this position.
-
setElement(Object)
-
-
setULE(Edge)
-
-
ulEdge()
-
AMSGTEdge
public AMSGTEdge(AMSGraphTree container,
Object o)
setULE
protected void setULE(Edge e)
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
ulEdge
protected Edge ulEdge()
All Packages Class Hierarchy This Package Previous Next Index