jdsl
Class AMSGTEdge

java.lang.Object
  |
  +--jdsl.MutablePosition
        |
        +--jdsl.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 Summary
AMSGTEdge(AMSGraphTree container, java.lang.Object o)
           
 
Method Summary
 Container container()
           
 java.lang.Object element()
           
 void setElement(java.lang.Object obj)
           
protected  void setULE(Edge e)
           
protected  Edge ulEdge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMSGTEdge

public AMSGTEdge(AMSGraphTree container,
                 java.lang.Object o)
Method Detail

setULE

protected void setULE(Edge e)

setElement

public void setElement(java.lang.Object obj)
Overrides:
setElement in class MutablePosition

container

public Container container()

element

public java.lang.Object element()

ulEdge

protected Edge ulEdge()