|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.Topology
public abstract class Topology
Field Summary | |
---|---|
protected int |
dimensionality
|
Constructor Summary | |
---|---|
protected |
Topology()
|
|
Topology(int dimensionality)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int dimensionality
Constructor Detail |
---|
protected Topology()
public Topology(int dimensionality)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |