edu.unh.sdb.datasource
Class CellID

java.lang.Object
  extended by edu.unh.sdb.datasource.CellID
Direct Known Subclasses:
RectilinearCellID

public abstract class CellID
extends java.lang.Object


Field Summary
protected  IndexSpaceID position
           
 
Constructor Summary
CellID()
          Constructor without argument
CellID(IndexSpaceID p)
          Constructor takes a single IndexSpaceID that represents the position of a cell in a cell space.
 
Method Summary
 IndexSpaceID getPosition()
          Get the position of a cell in a cell space
 void getPosition(IndexSpaceID p)
          Set the position of a cell in a cell space
 java.lang.String toString()
          Return a String representing the object.
abstract  java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

position

protected IndexSpaceID position
Constructor Detail

CellID

public CellID()
Constructor without argument


CellID

public CellID(IndexSpaceID p)
Constructor takes a single IndexSpaceID that represents the position of a cell in a cell space.

Method Detail

getPosition

public IndexSpaceID getPosition()
Get the position of a cell in a cell space


getPosition

public void getPosition(IndexSpaceID p)
Set the position of a cell in a cell space


toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class java.lang.Object

toString

public abstract java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.