edu.unh.sdb.common
Class Bounds

java.lang.Object
  extended by edu.unh.sdb.common.Bounds
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GBounds, ISBounds

public abstract class Bounds
extends java.lang.Object
implements java.lang.Cloneable

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

Bounds

public Bounds()
Method Detail

clone

public abstract java.lang.Object clone()
Return a copy of this Bounds object

Overrides:
clone in class java.lang.Object

dim

public abstract int dim()
Return dimensionality of Bounds.


toString

public abstract java.lang.String toString()
Write the contents of the Bounds to a string.

Overrides:
toString in class java.lang.Object