Interface ISystem

  • All Known Implementing Classes:
    EventSimSystemModel

    public interface ISystem
    The system simulation module handles service calls generated by the IWorkload simulation module.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void callService​(IUser user, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall call, Procedure onFinishCallback)
      Simulates a system-provided service call by the given user.
    • Method Detail

      • callService

        void callService​(IUser user,
                         org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall call,
                         Procedure onFinishCallback)
        Simulates a system-provided service call by the given user.
        Parameters:
        user - the user issuing the service call
        call - the system service to be called
        onFinishCallback - the callback to be invoked once the system call has been simulated completely