Class AbstractOpenScenarioThread

  • All Implemented Interfaces:
    Runnable, IStopable

    public abstract class AbstractOpenScenarioThread
    extends AbstractScenarioThread
    Abstract class for running open workload users. Only one instance of this class represents the usage scenario and spawns a new thread each time the interarrival time has passed.
    • Constructor Detail

      • AbstractOpenScenarioThread

        public AbstractOpenScenarioThread​(de.uka.ipd.sdq.sensorframework.entities.Experiment exp,
                                          de.uka.ipd.sdq.sensorframework.entities.ExperimentRun expRun,
                                          String scenarioName,
                                          RunProperties runProps,
                                          String interarrivalTimeInSec)