Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.util.statistics.ErrorCalculationFactory
Selects the error calculation method by the label the user provided
public class
ErrorCalculationFactory
{
// Public Constructors
public
ErrorCalculationFactory
();
// Class Methods
public static
ErrorCalculationMethod
getErrorCalculator
(String errorlabel);
Returns a concrete error calculation object determined by the errorlabel.
errorlabel
Label/Abbreviation of calculation method.
returns
the calculation method
// Inner Classes
public static final class
ErrorCalculationFactory.ERROR_CALCULATION_MODE
extends java.lang.Enum
}