Interface IUser
- All Superinterfaces:
IScenarioRunner
- All Known Implementing Classes:
ClosedWorkloadUser
,OpenWorkloadUser
Interface implemented by all users. Users have a behaviour as specified by IScenarioRunner and
additionally contain a start method which informs them about their "birth"
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by the framework to tell the user that he just was born and that he is now ready to conquer the world.Methods inherited from interface de.uka.ipd.sdq.simucomframework.usage.IScenarioRunner
scenarioRunner
-
Method Details
-
startUserLife
void startUserLife()Called by the framework to tell the user that he just was born and that he is now ready to conquer the world.
-