| Class | Description |
|---|---|
| HashWorld |
An implementation of Gosper's HashLife first described in
"Exploiting Regularities in Large Cellular Spaces", Bill Gosper.
|
| ImmutableNode |
Partial implementation of the Node interface.
|
| Node |
Interface describing the behaviour required of a Node in the QuadTree
representation of the world
|
| NodeFactory |
Factory and cache for creating Nodes.
|
| WorkerNode |
Partial implementation of ImmutableNode (and thus Node).
|