Class DatasetMetadata<T extends AbstractValue<?>>

    • Constructor Detail

      • DatasetMetadata

        public DatasetMetadata()
    • Method Detail

      • hasReferenceValues

        public boolean hasReferenceValues()
      • getReferenceValues

        public Map<String,​Data<T>> getReferenceValues()
      • setReferenceValues

        public void setReferenceValues​(Map<String,​Data<T>> referenceValues)
      • getValueBeforeTimespan

        public T getValueBeforeTimespan()
        Returns:
        the value before to the lower timespan bounds
      • setValueBeforeTimespan

        public void setValueBeforeTimespan​(T valueBeforeTimespan)
        Parameters:
        valueBeforeTimespan - sets the value before to the lower timespan bounds
      • hasValueBeforeTimespan

        public boolean hasValueBeforeTimespan()
      • getValueAfterTimespan

        public T getValueAfterTimespan()
        Returns:
        the value after to the upper timespan bounds
      • setValueAfterTimespan

        public void setValueAfterTimespan​(T valueBeforeTimespan)
        Parameters:
        valueBeforeTimespan - sets the value after to the upper timespan bounds
      • hasValueAfterTimespan

        public boolean hasValueAfterTimespan()