|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.CellID
edu.unh.sdb.datasource.RectilinearCellID
edu.unh.sdb.datasource.ARRSCellID
public class ARRSCellID
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 |
---|
public ARRSCellID()
public ARRSCellID(IndexSpaceID p)
public ARRSCellID(IndexSpaceID p, int[] path)
Method Detail |
---|
public int[] getPath()
public void setPath(int[] path)
public java.lang.String toString(java.lang.String indent)
toString
in class CellID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |