All Classes
-
All Classes Interface Summary Class Summary Class Description Activator ISimulationEvaluationScopeListener By implementing this interface, classes are enabled to observeSimulationTimeEvaluationScope
s.LoadPowerInfrastructureRepositoryIntoBlackboardJob This class is anAbstractWorkflowExtensionJob
implementation to load aPowerInfrastructureRepository
model (which is specified by an URI) into anMDSDBlackboard
instance.LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig This class is the configuration for theLoadPowerInfrastructureRepositoryIntoBlackboardJob
.LoadPowerInfrastructureRepositoryIntoBlackboardJobConfigBuilder Class to build the configuration for theLoadPowerInfrastructureRepositoryIntoBlackboardJob
.PowerInfrastructureRepositoryFileInputConfigBuilder Implementation of theAbstractExtensionFileInputConfigurationBuilder
to exploit theorg.palladiosimulator.simulizar.ui.configuration.fileinput
extension point.PowerProbeFrameworkListenerDecorator Implementation of theAbstractRecordingProbeFrameworkListenerDecorator
class dedicated to initialize sliding-window based (i.e.,TimeDriven
) computations of power and energy consumption (based on utilization measurements).SimulationTimeEnergyCalculator Implementation of aMeasurementSource
which uses power measurements provided by anotherMeasurementSource
(e.g., aSimulationTimePowerCalculator
) to compute energy consumptions at simulation-time.SimulationTimeEvaluationScope This class is an implementation of an evaluation scope to gather utilization measurements required for power consumption measurements at runtime, i.e., during runs of SimuLizar.
In the current implementation, the utilization is evaluated for allProcessingResourceSpecification
s that are supplied by a givenPowerProvidingEntity
.SimulationTimePowerCalculator Implementation of aMeasurementSource
which uses measurements provided by aSimulationTimeEvaluationScope
to compute the power consumption of aPowerProvidingEntity
at simulation-time.