Interface IUser
-
- All Superinterfaces:
IScenarioRunner
- All Known Implementing Classes:
ClosedWorkloadUser
,OpenWorkloadUser
public interface IUser extends IScenarioRunner
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
Methods inherited from interface de.uka.ipd.sdq.simucomframework.usage.IScenarioRunner
scenarioRunner
-
-