Package adams.data.filter
Class AbstractDerivative.Point
- java.lang.Object
-
- adams.data.filter.AbstractDerivative.Point
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractDerivative<T extends DataContainer>
public static class AbstractDerivative.Point extends Object implements Serializable
Container class for abundance and timestamp in double format. In order to avoid rounding after every derivation step.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Point(double x, double y)
Initializes the point.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
Returns the X value.double
getY()
Returns the Y value.void
setY(double value)
Sets the Y value.String
toString()
Returns the point as string.
-