Class RecorderAttachingCalculatorFactoryDecorator

java.lang.Object
de.uka.ipd.sdq.simucomframework.calculator.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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.palladiosimulator.probeframework.calculator.Calculator
    buildCalculator(org.palladiosimulator.metricspec.MetricDescription metric, org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint, org.palladiosimulator.probeframework.calculator.CalculatorProbeSet probeConfiguration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RecorderAttachingCalculatorFactoryDecorator

      public RecorderAttachingCalculatorFactoryDecorator(org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory decoratedCalculatorFactory, String recorderName, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory configurationFactory)
  • Method Details

    • 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