Interface IGenericCalculatorFactory

    • Method Detail

      • buildCalculator

        Calculator buildCalculator​(org.palladiosimulator.metricspec.MetricDescription metric,
                                   org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint,
                                   CalculatorProbeSet probeConfiguration)
        Creates a new Calculator for the given MetricDescription
        Parameters:
        metric - the metric which is calculated based on the probe measurements.
        measuringPoint - the measuring point where this calculator is used
        probeConfiguration - the configuration of probes required by the calculator of the metric.
        Returns:
        the desired calculator