de.uka.ipd.sdq.simucomframework
Class ExperimentRunner

java.lang.Object
  extended by 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

Constructor Summary
ExperimentRunner()
           
 
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
 

Constructor Detail

ExperimentRunner

public ExperimentRunner()
Method Detail

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 execute
simTime - Maximum simulation time to run the simulation for