Interface IScenarioRunner

All Known Subinterfaces:
IUser
All Known Implementing Classes:
ClosedWorkloadUser, OpenWorkloadUser

public interface IScenarioRunner
Interface which encapsulates a behaviour. The behaviour can be executed when passed a simulation thread that executes the behaviour.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the behaviour represented by this object using the given simulation process
  • Method Details

    • 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