org.artoflife.app.nursery
Class NurseryModel

java.lang.Object
  |
  +--org.artoflife.app.nursery.NurseryModel

public class NurseryModel
extends java.lang.Object

Author:
Steve Meyfroidt

Constructor Summary
NurseryModel()
           
 
Method Summary
 void generate()
           
 java.util.List getChildren()
           
 Population getPopulation()
           
 void setPopulation(Population population)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NurseryModel

public NurseryModel()
Method Detail

generate

public void generate()

setPopulation

public void setPopulation(Population population)

getPopulation

public Population getPopulation()

getChildren

public java.util.List getChildren()

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.