Uses of Interface
adams.data.container.DataPoint
-
-
Uses of DataPoint in adams.data.baseline
Methods in adams.data.baseline that return DataPoint Modifier and Type Method Description protected abstract DataPointAbstractSavitzkyGolayBased. getOriginalPoint(DataPoint newPoint, T original)Retrieves the data point from the original signal that corresponds to the provided new one.protected DataPointTimeseriesSavitzkyGolayBased. getOriginalPoint(DataPoint newPoint, Timeseries original)Retrieves the data point from the original signal that corresponds to the provided new one.protected abstract DataPointAbstractLOWESSBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected abstract DataPointAbstractSavitzkyGolayBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected DataPointTimeseriesLOWESSBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected DataPointTimeseriesSavitzkyGolayBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.Methods in adams.data.baseline with parameters of type DataPoint Modifier and Type Method Description protected abstract DataPointAbstractSavitzkyGolayBased. getOriginalPoint(DataPoint newPoint, T original)Retrieves the data point from the original signal that corresponds to the provided new one.protected DataPointTimeseriesSavitzkyGolayBased. getOriginalPoint(DataPoint newPoint, Timeseries original)Retrieves the data point from the original signal that corresponds to the provided new one.protected abstract DataPointAbstractLOWESSBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected abstract DataPointAbstractSavitzkyGolayBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected DataPointTimeseriesLOWESSBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point.protected DataPointTimeseriesSavitzkyGolayBased. subtract(DataPoint old, DataPoint baseline)Subtracts the baseline from the old data point and creates a new data point. -
Uses of DataPoint in adams.data.container
Classes in adams.data.container with type parameters of type DataPoint Modifier and Type Class Description classAbstractDataContainer<T extends DataPoint>Superclass for all data structures.interfaceDataContainer<T extends DataPoint>Generic Interface for data containers.interfaceDataContainerWithSpreadSheetSupport<T extends DataPoint>Data containers that can turn themselves into spreadsheets.classDataPointComparator<T extends DataPoint>A comparator for sequence points.Subinterfaces of DataPoint in adams.data.container Modifier and Type Interface Description interfaceDataPointWithMetaDataInterface for DataPoint-implementing classes that also support meta-data.Classes in adams.data.container that implement DataPoint Modifier and Type Class Description classAbstractDataPointSuperclass for data points.Methods in adams.data.container with parameters of type DataPoint Modifier and Type Method Description voidAbstractDataPoint. assign(DataPoint other)Obtains the stored variables from the other data point.voidDataPoint. assign(DataPoint other)Obtains the stored variables from the other data point. -
Uses of DataPoint in adams.data.conversion
Methods in adams.data.conversion that return DataPoint Modifier and Type Method Description DataPointByteArrayToDataContainer.DummyContainer. newPoint()DataPointDataContainerToByteArray.DummyContainer. newPoint()DataPointDataContainerToString.DummyContainer. newPoint()DataPointStringToDataContainer.DummyContainer. newPoint() -
Uses of DataPoint in adams.data.filter
Methods in adams.data.filter that return DataPoint Modifier and Type Method Description protected DataPointDownSample. copy(int index, List<DataPoint> points)Creates a copy of the data point.protected abstract DataPointAbstractAutocorrelation. newDataPoint(double x, double y)Creates a new DataPoint from the X/Y data.protected abstract DataPointAbstractFastWavelet. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected abstract DataPointAbstractFastWavelet. newDataPoint(List<DataPoint> points, int index, double x)Creates a new DataPoint based on the index and the new X value.protected abstract DataPointAbstractFFT. newDataPoint(List<DataPoint> points, int index, double y)Creates a new DataPoint based on the index and the new Y value.protected abstract DataPointAbstractHistogram. newDataPoint(int index, double y)Creates a new data point from the X and Y values.protected abstract DataPointAbstractLOWESS. newDataPoint(Point2D smoothed)Creates a new DataPoint from the smoothed one.protected abstract DataPointAbstractSavitzkyGolay. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected abstract DataPointAbstractSAX. newDataPoint(double x, double y)Creates a new data point from the X and Y values.protected abstract DataPointAbstractSimpleSavitzkyGolay. newDataPoint(DataPoint old, double y)Creates a new DataPoint based on the old one and the new Y-value.protected DataPointTimeseriesAutocorrelation. newDataPoint(double x, double y)Creates a new DataPoint from the X/Y data.protected DataPointTimeseriesFastWavelet. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected DataPointTimeseriesFastWavelet. newDataPoint(List<DataPoint> points, int index, double x)Creates a new DataPoint based on the index and the new X value.protected DataPointTimeseriesFFT. newDataPoint(List<DataPoint> points, int index, double y)Creates a new DataPoint based on the index and the new Y value.protected DataPointTimeseriesHistogram. newDataPoint(int index, double y)Creates a new data point from the X and Y values.protected DataPointTimeseriesLOWESS. newDataPoint(Point2D smoothed)Creates a new DataPoint from the smoothed one.protected DataPointTimeseriesSavitzkyGolay. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected DataPointTimeseriesSAX. newDataPoint(double x, double y)Creates a new data point from the X and Y values.protected abstract DataPointAbstractDerivative. toDataPoint(AbstractDerivative.Point point)Turns the intermediate format point back into a DataPoint.protected DataPointTimeseriesDerivative. toDataPoint(AbstractDerivative.Point point)Turns the intermediate format point back into a DataPoint.Methods in adams.data.filter with parameters of type DataPoint Modifier and Type Method Description protected abstract Point2DAbstractLOWESS. convert(DataPoint point)Returns the X/Y values of the DataPoint as Point2D.protected Point2DTimeseriesLOWESS. convert(DataPoint point)Returns the X/Y values of the DataPoint as Point2D.protected abstract doubleAbstractFastWavelet. getValue(DataPoint point)Returns the X-value of the DataPoint.protected abstract doubleAbstractFFT. getValue(DataPoint point)Returns the Y-value of the DataPoint.protected abstract doubleAbstractSavitzkyGolay. getValue(DataPoint point)Returns the X-value of the DataPoint.protected abstract doubleAbstractSimpleSavitzkyGolay. getValue(DataPoint point)Returns the Y-value of the point.protected doubleTimeseriesFastWavelet. getValue(DataPoint point)Returns the X-value of the DataPoint.protected doubleTimeseriesFFT. getValue(DataPoint point)Returns the Y-value of the DataPoint.protected doubleTimeseriesSavitzkyGolay. getValue(DataPoint point)Returns the X-value of the DataPoint.protected abstract doubleAbstractAutocorrelation. getX(DataPoint point)Returns the X value of the DataPoint.protected abstract doubleAbstractSAX. getX(DataPoint point)Obtains the X value from the given data point.protected doubleTimeseriesAutocorrelation. getX(DataPoint point)Returns the X value of the DataPoint.protected doubleTimeseriesSAX. getX(DataPoint point)Obtains the X value from the given data point.protected abstract doubleAbstractAutocorrelation. getY(DataPoint point)Returns the Y value of the DataPoint.protected abstract doubleAbstractHistogram. getY(DataPoint point)Obtains the Y value from the given data point.protected abstract doubleAbstractSAX. getY(DataPoint point)Obtains the Y value from the given data point.protected doubleTimeseriesAutocorrelation. getY(DataPoint point)Returns the Y value of the DataPoint.protected doubleTimeseriesHistogram. getY(DataPoint point)Obtains the Y value from the given data point.protected doubleTimeseriesSAX. getY(DataPoint point)Obtains the Y value from the given data point.protected abstract DataPointAbstractFastWavelet. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected abstract DataPointAbstractSavitzkyGolay. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected abstract DataPointAbstractSimpleSavitzkyGolay. newDataPoint(DataPoint old, double y)Creates a new DataPoint based on the old one and the new Y-value.protected DataPointTimeseriesFastWavelet. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected DataPointTimeseriesSavitzkyGolay. newDataPoint(DataPoint oldPoint, double x)Creates a new DataPoint based on the old one and the new X value.protected voidAbstractSavitzkyGolay. postProcess(DataPoint oldPoint, DataPoint newPoint)Optional post-processing.protected abstract AbstractDerivative.PointAbstractDerivative. toPoint(DataPoint point)Turns the DataPoint into the intermediate format.protected AbstractDerivative.PointTimeseriesDerivative. toPoint(DataPoint point)Turns the DataPoint into the intermediate format.Method parameters in adams.data.filter with type arguments of type DataPoint Modifier and Type Method Description protected DataPointDownSample. copy(int index, List<DataPoint> points)Creates a copy of the data point.protected abstract DataPointAbstractFastWavelet. newDataPoint(List<DataPoint> points, int index, double x)Creates a new DataPoint based on the index and the new X value.protected abstract DataPointAbstractFFT. newDataPoint(List<DataPoint> points, int index, double y)Creates a new DataPoint based on the index and the new Y value.protected DataPointTimeseriesFastWavelet. newDataPoint(List<DataPoint> points, int index, double x)Creates a new DataPoint based on the index and the new X value.protected DataPointTimeseriesFFT. newDataPoint(List<DataPoint> points, int index, double y)Creates a new DataPoint based on the index and the new Y value. -
Uses of DataPoint in adams.data.instance
Classes in adams.data.instance that implement DataPoint Modifier and Type Class Description classInstancePointA 2-dimensional point (X: attribute index, Y: internal value).Methods in adams.data.instance with parameters of type DataPoint Modifier and Type Method Description voidInstancePoint. assign(DataPoint other)Obtains the stored variables from the other data point.intInstancePointComparator. compare(DataPoint o1, DataPoint o2)Compares its two arguments for order. -
Uses of DataPoint in adams.data.sequence
Subinterfaces of DataPoint in adams.data.sequence Modifier and Type Interface Description interfaceXYSequencePointWithErrorsExtendsDataPointto store X/Y error information as well.Classes in adams.data.sequence that implement DataPoint Modifier and Type Class Description classXYSequencePointA 2-dimensional point.Methods in adams.data.sequence with parameters of type DataPoint Modifier and Type Method Description voidXYSequencePoint. assign(DataPoint other)Obtains the stored variables from the other data point.intXYSequencePointComparator. compare(DataPoint o1, DataPoint o2)Compares its two arguments for order. -
Uses of DataPoint in adams.data.smoothing
Methods in adams.data.smoothing with parameters of type DataPoint Modifier and Type Method Description protected abstract DoubleAbstractSlidingWindow. getValue(DataPoint point)Returns the X-value of the data point.protected DoubleTimeseriesSlidingWindow. getValue(DataPoint point)Returns the X-value of the data point.protected abstract voidAbstractSlidingWindow. updatePoint(DataPoint point, double value)Updates the X-value of the data point.protected voidTimeseriesSlidingWindow. updatePoint(DataPoint point, double value)Updates the X-value of the data point. -
Uses of DataPoint in adams.data.timeseries
Classes in adams.data.timeseries that implement DataPoint Modifier and Type Class Description classTimeseriesPointEncapsulates a single data point of a timeseries.Methods in adams.data.timeseries with parameters of type DataPoint Modifier and Type Method Description voidTimeseriesPoint. assign(DataPoint other)Obtains the stored variables from the other data point. -
Uses of DataPoint in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement DataPoint Modifier and Type Class Description classSequencePlotPointExtendedXYSequencePointwhich can store X/Y error information as well.Methods in adams.flow.sink.sequenceplotter with parameters of type DataPoint Modifier and Type Method Description voidSequencePlotPoint. assign(DataPoint other)Obtains the stored variables from the other data point.intSequencePlotPointComparator. compare(DataPoint o1, DataPoint o2)Compares its two arguments for order. -
Uses of DataPoint in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement DataPoint Modifier and Type Class Description classSpreadSheetRowPointA 2-dimensional point (X: attribute index, Y: internal value).Methods in adams.gui.visualization.spreadsheet with parameters of type DataPoint Modifier and Type Method Description voidSpreadSheetRowPoint. assign(DataPoint other)Obtains the stored variables from the other data point.intSpreadSheetRowPointComparator. compare(DataPoint o1, DataPoint o2)Compares its two arguments for order.
-