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


Constructor Index

 o AMSGTEdge(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 setULE(Edge)
 o ulEdge()

Constructors

 o AMSGTEdge
 public AMSGTEdge(AMSGraphTree container,
                  Object o)

Methods

 o setULE
 protected void setULE(Edge e)
 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 ulEdge
 protected Edge ulEdge()

All Packages  Class Hierarchy  This Package  Previous  Next  Index