| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.common.SpaceID
public abstract class SpaceID
This is a base class for all identifiers that are indices into a dimensional space.
| Constructor Summary | |
|---|---|
SpaceID()
 | 
|
| Method Summary | |
|---|---|
abstract  java.lang.Object | 
clone()
 | 
abstract  int | 
dim()
Returns the dimensionality of this SpaceID.  | 
 void | 
setCoord(int axisnumber,
         float value)
Set the specified axis to the specified value.  | 
 void | 
setCoord(int axisnumber,
         int value)
Set the specified axis to the specified value.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SpaceID()
| Method Detail | 
|---|
public void setCoord(int axisnumber,
                     int value)
public void setCoord(int axisnumber,
                     float value)
public abstract int dim()
public abstract java.lang.Object clone()
clone in class java.lang.Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||