Uses of Class
de.gsi.dataset.DataSetError.ErrorType
-
Packages that use DataSetError.ErrorType Package Description de.gsi.dataset de.gsi.dataset.spi de.gsi.dataset.testdata.spi -
-
Uses of DataSetError.ErrorType in de.gsi.dataset
Methods in de.gsi.dataset that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeDataSetError. getErrorType(int dimIndex)Returns the given error type for a specific dimension that may be used to drive given simplifications and optimisation in derived classes.static DataSetError.ErrorTypeDataSetError.ErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetError.ErrorType[]DataSetError.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataSetError.ErrorType in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeAbstractErrorDataSet. getErrorType(int dimIndex)return the DataSetError.ErrorType of the datasetMethods in de.gsi.dataset.spi with parameters of type DataSetError.ErrorType Modifier and Type Method Description DAbstractErrorDataSet. setErrorType(int dimIndex, DataSetError.ErrorType errorType)sets the error type of the data set for the given dimension indexConstructors in de.gsi.dataset.spi with parameters of type DataSetError.ErrorType Constructor Description AbstractErrorDataSet(java.lang.String name, int dimension, DataSetError.ErrorType... errorTypes)Creates a new instance ofAbstractDataSet. -
Uses of DataSetError.ErrorType in de.gsi.dataset.testdata.spi
Methods in de.gsi.dataset.testdata.spi that return DataSetError.ErrorType Modifier and Type Method Description DataSetError.ErrorTypeAbstractTestFunction. getErrorType(int dimIndex)
-