Interface IScenarioRunner
-
- All Known Subinterfaces:
IUser
- All Known Implementing Classes:
ClosedWorkloadUser,OpenWorkloadUser
public interface IScenarioRunnerInterface which encapsulates a behaviour. The behaviour can be executed when passed a simulation thread that executes the behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscenarioRunner(SimuComSimProcess thread)Execute the behaviour represented by this object using the given simulation process
-
-
-
Method Detail
-
scenarioRunner
void scenarioRunner(SimuComSimProcess thread)
Execute the behaviour represented by this object using the given simulation process- Parameters:
thread- The simulation process used to execute the behaviour encapsulated in this object
-
-