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 Summary

      Constructors 
      Constructor Description
      RecorderAttachingCalculatorFactoryDecorator​(org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory decoratedCalculatorFactory, String recorderName, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory configurationFactory)  
    • Constructor Detail

      • RecorderAttachingCalculatorFactoryDecorator

        public RecorderAttachingCalculatorFactoryDecorator​(org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory decoratedCalculatorFactory,
                                                           String recorderName,
                                                           org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory configurationFactory)
    • 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