|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.common.Bounds
public abstract class Bounds
The Bounds class is meant to represent n-d hypercubes in an n-d space.
| Constructor Summary | |
|---|---|
Bounds()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
clone()
Return a copy of this Bounds object |
abstract int |
dim()
Return dimensionality of Bounds. |
abstract java.lang.String |
toString()
Write the contents of the Bounds to a string. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Bounds()
| Method Detail |
|---|
public abstract java.lang.Object clone()
clone in class java.lang.Objectpublic abstract int dim()
public abstract java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||