public abstract class Partitioning
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
dimensionality |
Constructor and Description |
---|
Partitioning(ISBounds indexBounds,
GBounds geomBounds) |
Modifier and Type | Method and Description |
---|---|
int |
dim() |
GBounds |
getGBounds() |
ISBounds |
getISBounds() |
ISIterator |
getISIterator() |
abstract GBoundsIterator |
getPartitionIterator() |
abstract ISBounds |
map(GBounds b) |
abstract IndexSpaceID |
map(Point p) |
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
public final int dim()
public ISBounds getISBounds()
public GBounds getGBounds()
public abstract GBoundsIterator getPartitionIterator()
public ISIterator getISIterator()
public abstract IndexSpaceID map(Point p)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)