public abstract class Topology
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
dimensionality |
Modifier | Constructor and Description |
---|---|
protected |
Topology() |
|
Topology(int dimensionality) |
Modifier and Type | Method and Description |
---|---|
abstract void |
activate() |
abstract Datum |
datum(IndexSpaceID id)
return a datum corresponding to the IndexSpaceID argument.
|
int |
dim()
Return the dimensionality of this topology.
|
abstract Cell |
findEnclosingCell(IndexSpaceID partitionID,
Point p) |
abstract ISBounds |
getBounds()
Return a bounds for the Topology.
|
abstract RecordDescriptor |
getRecordDescriptor()
Return a RecordDescriptor for datums returned by this topology.
|
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 int dim()
public abstract void activate()
public abstract Cell findEnclosingCell(IndexSpaceID partitionID, Point p)
public abstract Datum datum(IndexSpaceID id)
public abstract ISBounds getBounds()
public abstract RecordDescriptor getRecordDescriptor()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)