Class WorkloadUserSpawnEvent
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.api.events.AbstractSimulationEvent
-
- edu.kit.ipd.sdq.eventsim.api.events.WorkloadUserSpawnEvent
-
- All Implemented Interfaces:
SimulationEvent
public class WorkloadUserSpawnEvent extends AbstractSimulationEvent
Indicates that a newIUser
has been created and waits to be simulated.
-
-
Field Summary
-
Fields inherited from interface edu.kit.ipd.sdq.eventsim.api.events.SimulationEvent
ENCAPSULATED_EVENT
-
-
Constructor Summary
Constructors Constructor Description WorkloadUserSpawnEvent(IUser user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IUser
getUser()
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.api.events.AbstractSimulationEvent
getProperties
-
-