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) AMSGTEdge(AMSGraphTree, Object)
-  
   
  -   container() container()
-  
 Return the container holding this position.
  
-   element() element()
-  
 Return the element stored at this position.
  
-   setElement(Object) setElement(Object)
-  
  
-   setULE(Edge) setULE(Edge)
-  
  
-   ulEdge() ulEdge()
-  
   
 AMSGTEdge
AMSGTEdge
 public AMSGTEdge(AMSGraphTree container,
                  Object o)
   
 setULE
setULE
 protected void setULE(Edge e)
 setElement
setElement
 public void setElement(Object obj)
  - 
    -  Overrides:
    
-  setElement in class MutablePosition
  
 
 container
container
 public Container container()
  -  Return the container holding this position.
   
- 
    -  Overrides:
    
-  container in class MutablePosition
  
 
 element
element
 public Object element()
  -  Return the element stored at this position.
   
- 
    -  Overrides:
    
-  element in class MutablePosition
  
 
 ulEdge
ulEdge
 protected Edge ulEdge()
All Packages  Class Hierarchy  This Package  Previous  Next  Index