Class MultiObservationValues<T>

    • Constructor Detail

      • MultiObservationValues

        public MultiObservationValues()
    • Method Detail

      • getPhenomenonTime

        public Time getPhenomenonTime()
        Description copied from interface: ObservationValue
        Get phenomenon or sampling time of the observation
        Returns:
        Phenomenon or sampling time of the observation
      • getValue

        public MultiValue<T> getValue()
        Description copied from interface: ObservationValue
        Get observation value
        Returns:
        Observation value
      • setValue

        public void setValue​(MultiValue<T> value)
        Description copied from interface: ObservationValue
        Set observation value
        Parameters:
        value - Observation value
      • setPhenomenonTime

        public void setPhenomenonTime​(Time phenomenonTime)
        Description copied from interface: ObservationValue
        Set phenomenon or sampling time of the observation
        Parameters:
        phenomenonTime - Phenomenon or sampling time of the observation
      • isSetValue

        public boolean isSetValue()