Package org.univ.paris5.GameOfLife

This package contains the classes relative to the Game Of Life.

See:
          Description

Interface Summary
Grid It contains generic methods to operate on a cell grid.
 

Class Summary
Algorithm Every Algorithm must implement this Class.
Cell Every cell in the grid is a Cell-object.
GameOfLife The Game Of Life Applet.
GridCanvas Subclass of Canvas, which makes the cellgrid visible.
GridWorld Contains the cellgrid, the current shape and the Game Of Life algorithm that changes it.
Shape Shape contains data of one (predefined) shape.
State Every cell have a state, it is this objet.
States Every Algoritm have a states, it is this objet.
Util The method tools for Game of life.
 

Package org.univ.paris5.GameOfLife Description

This package contains the classes relative to the Game Of Life.