Interface SampleSet

    • Method Detail

      • getGatewayName

        java.lang.String getGatewayName()
        The originating gateway name
      • getProviderName

        java.lang.String getProviderName()
        The originating provider name
      • getTimestamp

        long getTimestamp()
        The time that the sample set was generated at. Does not indicate anything about the data contained in the set.
      • getTags

        SampleSet.TagDescriptor[] getTags()
        Returns descriptors of the tags that correspond with the first rank of getValues.
      • getValues

        QualifiedValue[][] getValues()
        Returns a double array, the first index is the index of the tag inside getTags. The other is the values sorted by ascending time.