All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.ref.MutablePosition

java.lang.Object
   |
   +----jdsl.core.ref.MutablePosition

public abstract class MutablePosition
extends Object
implements Position
Abstract superclass for positions in the AMSGraphTree which may change (i.e., are mutable).


Constructor Index

 o MutablePosition()

Method Index

 o container()
Return the container holding this position.
 o element()
Return the element stored at this position.
 o setElement(Object)

Constructors

 o MutablePosition
 public MutablePosition()

Methods

 o setElement
 public abstract void setElement(Object obj)

All Packages  Class Hierarchy  This Package  Previous  Next  Index