de.cesr.lara.template
Class MyModelController

java.lang.Object
  extended by de.cesr.lara.template.MyModelController

public class MyModelController
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
MyModelController()
          Constructor
 
Method Summary
static void main(String[] args)
          The main method creates the model and runs the simulation.
 void simulate()
          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

MyModelController

public MyModelController()
Constructor

Method Detail

main

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


simulate

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