Class Level


  • public class Level
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Level.Group  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Level.Group> groups  
      private int level  
    • Constructor Summary

      Constructors 
      Constructor Description
      Level​(int level, java.util.List<Level.Group> groups)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTo​(org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased builder)  
      java.util.List<Level.Group> getGroups()  
      int getLevel()  
      • Methods inherited from class java.lang.Object

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

      • level

        private final int level
      • groups

        private final java.util.List<Level.Group> groups
    • Constructor Detail

      • Level

        public Level​(int level,
                     java.util.List<Level.Group> groups)
    • Method Detail

      • getLevel

        public int getLevel()
      • getGroups

        public java.util.List<Level.Group> getGroups()
      • applyTo

        public void applyTo​(org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased builder)