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

Author:
Andrew Schwerin
See Also:
Serialized Form

Constructor Summary
AMSGTEdge(AMSGraphTree container, java.lang.Object o)
           
 
Method Summary
 Container container()
           
 java.lang.Object element()
           
 void setElement(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMSGTEdge

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

setElement

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

container

public Container container()

element

public java.lang.Object element()