Class Range


  • public class Range
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(java.lang.Long snapFrom, java.lang.Long bottomTopCodingFrom, java.lang.Long minMaxValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range<java.lang.Long> arxRange()  
      java.lang.Long getBottomTopCodingFrom()  
      java.lang.Long getMinMaxValue()  
      java.lang.Long getSnapFrom()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • snapFrom

        private final java.lang.Long snapFrom
      • bottomTopCodingFrom

        private final java.lang.Long bottomTopCodingFrom
      • minMaxValue

        private final java.lang.Long minMaxValue
    • Constructor Detail

      • Range

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

      • arxRange

        org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Range<java.lang.Long> arxRange()
      • getSnapFrom

        public java.lang.Long getSnapFrom()
      • getBottomTopCodingFrom

        public java.lang.Long getBottomTopCodingFrom()
      • getMinMaxValue

        public java.lang.Long getMinMaxValue()