|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cesr.lara.template.MyModelController
public class MyModelController
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 |
|---|
public MyModelController()
| Method Detail |
|---|
public static void main(String[] args)
public void simulate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||