de.uka.ipd.sdq.simucomframework
Class ExperimentRunner
java.lang.Object
de.uka.ipd.sdq.simucomframework.ExperimentRunner
public class ExperimentRunner
- extends Object
Helper class to actually perform a simulation run using desmo-j
- Author:
- Steffen Becker
|
Method Summary |
static void |
run(SimuComModel model,
long simTime)
Run the given simulation model until the given simulation time
is reached |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentRunner
public ExperimentRunner()
run
public static void run(SimuComModel model,
long simTime)
- Run the given simulation model until the given simulation time
is reached
- Parameters:
model - Simulation model to executesimTime - Maximum simulation time to run the simulation for