Class Interval


  • public class Interval
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Long from  
      private java.lang.String label  
      private java.lang.Long to  
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval​(java.lang.Long from, java.lang.Long to)  
      Interval​(java.lang.Long from, java.lang.Long to, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void applyTo​(org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased<java.lang.Long> builder)  
      java.lang.Long getFrom()  
      java.lang.String getLabel()  
      java.lang.Long getTo()  
      • Methods inherited from class java.lang.Object

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

      • from

        private final java.lang.Long from
      • to

        private final java.lang.Long to
      • label

        private final java.lang.String label
    • Constructor Detail

      • Interval

        public Interval​(java.lang.Long from,
                        java.lang.Long to,
                        java.lang.String label)
      • Interval

        public Interval​(java.lang.Long from,
                        java.lang.Long to)
    • Method Detail

      • getFrom

        public java.lang.Long getFrom()
      • getTo

        public java.lang.Long getTo()
      • getLabel

        public java.lang.String getLabel()
      • applyTo

        void applyTo​(org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased<java.lang.Long> builder)