Uses of Class
adams.data.filter.AbstractDerivative.Point
-
Packages that use AbstractDerivative.Point Package Description adams.data.filter -
-
Uses of AbstractDerivative.Point in adams.data.filter
Methods in adams.data.filter that return AbstractDerivative.Point Modifier and Type Method Description protected abstract AbstractDerivative.Point
AbstractDerivative. toPoint(DataPoint point)
Turns the DataPoint into the intermediate format.protected AbstractDerivative.Point
TimeseriesDerivative. toPoint(DataPoint point)
Turns the DataPoint into the intermediate format.Methods in adams.data.filter that return types with arguments of type AbstractDerivative.Point Modifier and Type Method Description protected List<AbstractDerivative.Point>
AbstractDerivative. derive(List<AbstractDerivative.Point> data)
Generates the next derivative from the GC data.Methods in adams.data.filter with parameters of type AbstractDerivative.Point Modifier and Type Method Description protected abstract DataPoint
AbstractDerivative. toDataPoint(AbstractDerivative.Point point)
Turns the intermediate format point back into a DataPoint.protected DataPoint
TimeseriesDerivative. toDataPoint(AbstractDerivative.Point point)
Turns the intermediate format point back into a DataPoint.Method parameters in adams.data.filter with type arguments of type AbstractDerivative.Point Modifier and Type Method Description protected List<AbstractDerivative.Point>
AbstractDerivative. derive(List<AbstractDerivative.Point> data)
Generates the next derivative from the GC data.
-