Package edu.kit.ipd.sdq.eventsim.api
Interface ISystem
-
- All Known Implementing Classes:
EventSimSystemModel
public interface ISystem
The system simulation module handles service calls generated by theIWorkload
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 callcall
- the system service to be calledonFinishCallback
- the callback to be invoked once the system call has been simulated completely
-
-