Class RecorderAttachingCalculatorFactoryDecorator

  • All Implemented Interfaces:
    org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory

    public class RecorderAttachingCalculatorFactoryDecorator
    extends Object
    implements org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
    Factory class to create @see Calculators used in a SimuCom simulation run.
    • Constructor Detail

      • RecorderAttachingCalculatorFactoryDecorator

        public RecorderAttachingCalculatorFactoryDecorator​(org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory decoratedCalculatorFactory,
                                                           SimuComConfig configuration)
    • Method Detail

      • buildCalculator

        public org.palladiosimulator.probeframework.calculator.Calculator buildCalculator​(org.palladiosimulator.metricspec.MetricDescription metric,
                                                                                          org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint,
                                                                                          org.palladiosimulator.probeframework.calculator.CalculatorProbeSet probeConfiguration)
        Specified by:
        buildCalculator in interface org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory