Package net.simplace.sim.util.statistics
Klasse ErrorCalculationFactory
java.lang.Object
net.simplace.sim.util.statistics.ErrorCalculationFactory
Selects the error calculation method by the label the user provided
- Autor:
- Gunther Krauss
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumUnique identifiers for the error calculation method. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ErrorCalculationMethodgetErrorCalculator(String errorlabel) Returns a concrete error calculation object determined by the errorlabel.
-
Konstruktordetails
-
ErrorCalculationFactory
public ErrorCalculationFactory()
-
-
Methodendetails
-
getErrorCalculator
Returns a concrete error calculation object determined by the errorlabel.- Parameter:
errorlabel- Label/Abbreviation of calculation method.- Gibt zurück:
- the calculation method
-