Game of Life 1.5

Uses of Class
org.bitstorm.gameoflife.StandaloneGameOfLife.GameOfLifeGridIO

Packages that use StandaloneGameOfLife.GameOfLifeGridIO
org.bitstorm.gameoflife   
 

Uses of StandaloneGameOfLife.GameOfLifeGridIO in org.bitstorm.gameoflife
 

Fields in org.bitstorm.gameoflife declared as StandaloneGameOfLife.GameOfLifeGridIO
private  StandaloneGameOfLife.GameOfLifeGridIO StandaloneGameOfLife.gridIO
           
 

Methods in org.bitstorm.gameoflife that return StandaloneGameOfLife.GameOfLifeGridIO
protected  StandaloneGameOfLife.GameOfLifeGridIO StandaloneGameOfLife.getGameOfLifeGridIO()
          get GameOfLifeGridIO
 


Game of Life 1.5

This API descibes the Game of Life program, written by Edwin Martin. The source code is available online too.

Copyright 1996-2004 Edwin Martin <edwin@bitstorm.org>.