Uses of Class
uchicago.src.repastdemos.life.LifeModel

Packages that use LifeModel
uchicago.src.repastdemos.life   
 

Uses of LifeModel in uchicago.src.repastdemos.life
 

Constructors in uchicago.src.repastdemos.life with parameters of type LifeModel
InfiniteLifeSpace(LifeModel model, int viewWidth, int viewHeight)
          Creates this InfiniteLifeSpace. viewWidth and viewHeight will be the width of the initial view window into this space.
LifeSpace(int xSize, int ySize, boolean toriodal, LifeModel model)
          Creates this LifeSpace of the specified width (xSize) and height (ySize).