Interface IUser

  • All Known Implementing Classes:
    User

    public interface IUser
    A user simulates a UsageScenario. A user is spawned by a workload generator: IWorkload.
    • 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