public class Engine
extends java.lang.Object
Constructor and Description |
---|
Engine() |
Modifier and Type | Method and Description |
---|---|
AggregatedResults |
simulate(Config conf,
java.util.List<Landscape> landscapes,
Parameters par)
Method to run simulation.
|
public AggregatedResults simulate(Config conf, java.util.List<Landscape> landscapes, Parameters par) throws java.lang.Exception
conf
- Configurationlandscapes
- Input values objectspar
- Parameter value objectjava.lang.Exception