de.cesr.lara.houseplant
Class HouseplantModelController

java.lang.Object
  extended by de.cesr.lara.houseplant.HouseplantModelController

public class HouseplantModelController
extends Object

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

HouseplantModelController

public HouseplantModelController(SimulationConfig simulationConfig)
Constructor

Method Detail

main

public static void main(String[] args)
The main method creates the model and runs the simulation.


simulate

public void simulate(SimulationConfig simulationConfig)
run the simulation (loop over timesteps)