public final class DeviationProviderFactory extends Object
This is a factory to simplify the construction of DeviationProvider objects.
DeviationProvider
Modifier and Type | Method and Description |
---|---|
static ArrayList<DeviationProvider> |
createObjectListFromData(Data<Double> data,
DataType dataType)
Transforms a list of columns of double precision values into a list of meaningful objects.
|
public static ArrayList<DeviationProvider> createObjectListFromData(Data<Double> data, DataType dataType)
data
- the list of columns of numbersdataType
- the type of the object to create from the dataDataType
Copyright © 2018 CNES. All Rights Reserved.