Interface MeasurementsDao<V,​Q extends javax.measure.quantity.Quantity>

    • Method Detail

      • serialize

        void serialize​(org.eclipse.net4j.util.io.ExtendedDataOutputStream output)
                throws DataNotAccessibleException
        Serialize the data to an output stream. Used to transfer Measurements to and from remote locations.
        Parameters:
        output - Output data stream
        Throws:
        DataNotAccessibleException
      • deserialize

        void deserialize​(org.eclipse.net4j.util.io.ExtendedDataInputStream input)
                  throws DataNotAccessibleException
        Deserialize the data from an input stream. Used to transfer Measurements to and from remote locations.
        Parameters:
        input - Input data stream.
        Throws:
        DataNotAccessibleException
      • getMeasurements

        List<javax.measure.Measure<V,​Q>> getMeasurements()
        Returns:
        Observed measurements.