Uses of Class
no.oslomet.aaas.model.hierarchy.interval.Interval
-
Packages that use Interval Package Description no.oslomet.aaas.model.hierarchy.interval -
-
Uses of Interval in no.oslomet.aaas.model.hierarchy.interval
Fields in no.oslomet.aaas.model.hierarchy.interval with type parameters of type Interval Modifier and Type Field Description private java.util.List<Interval>IntervalBasedHierarchyBuilder. intervalsMethods in no.oslomet.aaas.model.hierarchy.interval that return types with arguments of type Interval Modifier and Type Method Description java.util.List<Interval>IntervalBasedHierarchyBuilder. getIntervals()Constructor parameters in no.oslomet.aaas.model.hierarchy.interval with type arguments of type Interval Constructor Description IntervalBasedHierarchyBuilder(java.util.List<Interval> intervals, java.util.List<Level> levels, Range lowerRange, Range upperRange)
-