Package edu.kit.ipd.sdq.eventsim.api
Interface IUser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
de.uka.ipd.sdq.simucomframework.variables.StackContext
getStochasticExpressionContext()
org.palladiosimulator.pcm.usagemodel.UsageScenario
getUsageScenario()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the unique identifier of this user
-
getStochasticExpressionContext
de.uka.ipd.sdq.simucomframework.variables.StackContext getStochasticExpressionContext()
-
getUsageScenario
org.palladiosimulator.pcm.usagemodel.UsageScenario getUsageScenario()
- Returns:
- the usage scenario representing this user's behaviour
-
-