JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.simplesim.examples.gameoflife
package
org.simplesim.examples.gameoflife
Simulation model of Convay's game of life
Related Packages
Package
Description
org.simplesim.examples
Examples of how to use this framework
org.simplesim.examples.elevator
Elevator simulation with static and dynamic example model
org.simplesim.examples.fonseca
Solving the Fonseca-Fleming problem by decision-making algorithms
org.simplesim.examples.testing
Routines for testing basic functionality of simulation package
Classes
Class
Description
Cell
Agent representing a cell of the grid.
CellState
The state of the cell.
Main
Model
View