public abstract class PeriodicallyTriggeredUsageEvolver extends PeriodicallyTriggeredSimulationEntity
| Constructor and Description |
|---|
PeriodicallyTriggeredUsageEvolver(SimuLizarRuntimeState rtState,
double firstOccurrence,
double delay,
org.palladiosimulator.pcm.usagemodel.UsageScenario evolvedScenario)
Constructs the looping usage evolver.
|
triggerpublic PeriodicallyTriggeredUsageEvolver(SimuLizarRuntimeState rtState, double firstOccurrence, double delay, org.palladiosimulator.pcm.usagemodel.UsageScenario evolvedScenario)
rtState - SimuLizar runtime state.firstOccurrence - First point in time at which the evolver should evolve the load.delay - The interval in which the evolver should evolve the load.evolvedScenario - The evolved scenario.