public abstract class CellID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IndexSpaceID |
position |
Constructor and Description |
---|
CellID()
Constructor without argument
|
CellID(IndexSpaceID p)
Constructor takes a single IndexSpaceID that represents the position
of a cell in a cell space.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected IndexSpaceID position
public CellID()
public CellID(IndexSpaceID p)
public IndexSpaceID getPosition()
public void getPosition(IndexSpaceID p)
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String toString(java.lang.String indent)