Class SystemRequestSpawnEvent
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.api.events.AbstractSimulationEvent
-
- edu.kit.ipd.sdq.eventsim.api.events.SystemRequestSpawnEvent
-
- All Implemented Interfaces:
SimulationEvent
public class SystemRequestSpawnEvent extends AbstractSimulationEvent
Indicates that a newIRequest
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 SystemRequestSpawnEvent(IRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRequest
getRequest()
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.api.events.AbstractSimulationEvent
getProperties
-
-