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_).
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AMSGTEdge
public AMSGTEdge(AMSGraphTree container,
java.lang.Object o)
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()