jdsl.core.ref
Class MutablePosition

java.lang.Object
  |
  +--jdsl.core.ref.MutablePosition
Direct Known Subclasses:
AMSGTEdge, AMSGTVertex

public abstract class MutablePosition
extends java.lang.Object
implements Position

Abstract superclass for positions in the AMSGraphTree which may change (i.e., are mutable).


Constructor Summary
MutablePosition()
           
 
Method Summary
abstract  void setElement(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutablePosition

public MutablePosition()
Method Detail

setElement

public abstract void setElement(java.lang.Object obj)