|
Class Summary |
| BasicSpace |
BasicSpace versus CoordinateSpace is not a type distinction in that there is no difference
in contract with the client. |
| CoordinateSpace |
A coordinate space represents (among other things) the domain space of a table. |
| Dsp |
A Dsp is a mapping from a coordinate space to itself that preserves simple regions. |
| IntegerUpOrder |
|
| Mapping |
A mapping is a general mapping from one coordinate space to another, with few of the
guarantees provided by Dsps. |
| OrderEnum |
|
| OrderSpec |
An OrderSpec for a given coordinate space
represents a partial ordering of all the Positions of that coordinate space. |
| Position |
This is the superclass of all positions of coordinate spaces. |
| ReverseOrder |
|
| SimpleMapping |
|
| UnOrdered |
A convenient superclass of all Positions which have no natural ordering. |
| XnRegion |
The design of a new coordinate space consists mostly in the design of the XuRegions which
can be used to describe (possibly infinite) sets of positions in that coordinate space. |