Class Range


  • public class Range
    extends Object
    • Field Detail

      • snapFrom

        private final Long snapFrom
      • bottomTopCodingFrom

        private final Long bottomTopCodingFrom
      • minMaxValue

        private final Long minMaxValue
    • Constructor Detail

      • Range

        public Range​(Long snapFrom,
                     Long bottomTopCodingFrom,
                     Long minMaxValue)
    • Method Detail

      • arxRangeLong

        org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range<Long> arxRangeLong()
      • arxRangeDouble

        org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range<Double> arxRangeDouble()
      • getSnapFrom

        public Long getSnapFrom()
      • getBottomTopCodingFrom

        public Long getBottomTopCodingFrom()
      • getMinMaxValue

        public Long getMinMaxValue()