|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.lara.houseplant.HouseplantModelController
public class HouseplantModelController
The model controller controls the model cycle. It has a main method so it is runnable. The main tasks are instantiation of the model and triggering the simulation of the timesteps.
Constructor Summary | |
---|---|
HouseplantModelController(SimulationConfig simulationConfig)
Constructor |
Method Summary | |
---|---|
static void |
main(String[] args)
The main method creates the model and runs the simulation. |
void |
simulate(SimulationConfig simulationConfig)
run the simulation (loop over timesteps) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HouseplantModelController(SimulationConfig simulationConfig)
Method Detail |
---|
public static void main(String[] args)
public void simulate(SimulationConfig simulationConfig)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |