public class PeriodicSimulationEvent extends de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEventDelegator<PeriodicallyTriggeredSimulationEntity>
| Constructor and Description |
|---|
PeriodicSimulationEvent(de.uka.ipd.sdq.simucomframework.model.SimuComModel model,
double delay) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventRoutine(PeriodicallyTriggeredSimulationEntity who) |
removeEvent, schedule, scheduledAtTimepublic PeriodicSimulationEvent(de.uka.ipd.sdq.simucomframework.model.SimuComModel model,
double delay)
public void eventRoutine(PeriodicallyTriggeredSimulationEntity who)
eventRoutine in class de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEventDelegator<PeriodicallyTriggeredSimulationEntity>