edu.unh.sdb.datasource
Class ARRSCellID

java.lang.Object
  extended by edu.unh.sdb.datasource.CellID
      extended by edu.unh.sdb.datasource.RectilinearCellID
          extended by edu.unh.sdb.datasource.ARRSCellID

public class ARRSCellID
extends RectilinearCellID


Field Summary
 
Fields inherited from class edu.unh.sdb.datasource.CellID
position
 
Constructor Summary
ARRSCellID()
          Consturctor without arguments
ARRSCellID(IndexSpaceID p)
          Consturctor takes the specified IndexSpaceID in a cell space
ARRSCellID(IndexSpaceID p, int[] path)
          Consturction takes the specified IndexSpaceID in a cell space and the specified path in a ARRS tree.
 
Method Summary
 int[] getPath()
          Get the path of a cell in a ARRS tree
 void setPath(int[] path)
          Set the path of a cell in a ARRS tree
 java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 
Methods inherited from class edu.unh.sdb.datasource.CellID
getPosition, getPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARRSCellID

public ARRSCellID()
Consturctor without arguments


ARRSCellID

public ARRSCellID(IndexSpaceID p)
Consturctor takes the specified IndexSpaceID in a cell space


ARRSCellID

public ARRSCellID(IndexSpaceID p,
                  int[] path)
Consturction takes the specified IndexSpaceID in a cell space and the specified path in a ARRS tree.

Method Detail

getPath

public int[] getPath()
Get the path of a cell in a ARRS tree


setPath

public void setPath(int[] path)
Set the path of a cell in a ARRS tree


toString

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

Specified by:
toString in class CellID