Package net.simplace.sim.util.statistics
Class ErrorCalculationFactory
java.lang.Object
net.simplace.sim.util.statistics.ErrorCalculationFactory
Selects the error calculation method by the label the user provided
- Author:
- Gunther Krauss
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumUnique identifiers for the error calculation method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorCalculationMethodgetErrorCalculator(String errorlabel) Returns a concrete error calculation object determined by the errorlabel.
-
Constructor Details
-
ErrorCalculationFactory
public ErrorCalculationFactory()
-
-
Method Details
-
getErrorCalculator
Returns a concrete error calculation object determined by the errorlabel.- Parameters:
errorlabel- Label/Abbreviation of calculation method.- Returns:
- the calculation method
-