Class ErrorCalculationFactory

java.lang.Object
net.simplace.sim.util.statistics.ErrorCalculationFactory

public class ErrorCalculationFactory extends Object
Selects the error calculation method by the label the user provided
Author:
Gunther Krauss
  • Constructor Details

    • ErrorCalculationFactory

      public ErrorCalculationFactory()
  • Method Details

    • getErrorCalculator

      public static ErrorCalculationMethod getErrorCalculator(String errorlabel)
      Returns a concrete error calculation object determined by the errorlabel.
      Parameters:
      errorlabel - Label/Abbreviation of calculation method.
      Returns:
      the calculation method