Uses of Class
no.oslomet.aaas.model.hierarchy.Level
-
Packages that use Level Package Description no.oslomet.aaas.model.hierarchy no.oslomet.aaas.model.hierarchy.interval -
-
Uses of Level in no.oslomet.aaas.model.hierarchy
Fields in no.oslomet.aaas.model.hierarchy with type parameters of type Level Modifier and Type Field Description private java.util.List<Level>OrderBasedHierarchyBuilder. levelsMethods in no.oslomet.aaas.model.hierarchy that return types with arguments of type Level Modifier and Type Method Description java.util.List<Level>OrderBasedHierarchyBuilder. getLevels()Constructor parameters in no.oslomet.aaas.model.hierarchy with type arguments of type Level Constructor Description OrderBasedHierarchyBuilder(java.util.List<Level> levels) -
Uses of Level in no.oslomet.aaas.model.hierarchy.interval
Fields in no.oslomet.aaas.model.hierarchy.interval with type parameters of type Level Modifier and Type Field Description private java.util.List<Level>IntervalBasedHierarchyBuilder. levelsMethods in no.oslomet.aaas.model.hierarchy.interval that return types with arguments of type Level Modifier and Type Method Description java.util.List<Level>IntervalBasedHierarchyBuilder. getLevels()
-