Package no.oslomet.aaas.model.hierarchy
Class Level
- java.lang.Object
-
- no.oslomet.aaas.model.hierarchy.Level
-
public class Level extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLevel.Group
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Level.Group>groupsprivate intlevel
-
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 voidapplyTo(org.deidentifier.arx.aggregates.HierarchyBuilderGroupingBased builder)java.util.List<Level.Group>getGroups()intgetLevel()
-
-
-
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)
-
-