Uses of Interface
ai.timefold.solver.examples.common.experimental.api.IntervalBreak
-
Packages that use IntervalBreak Package Description ai.timefold.solver.examples.common.experimental.api ai.timefold.solver.examples.common.experimental.impl -
-
Uses of IntervalBreak in ai.timefold.solver.examples.common.experimental.api
Methods in ai.timefold.solver.examples.common.experimental.api that return types with arguments of type IntervalBreak Modifier and Type Method Description Iterable<IntervalBreak<Interval_,Point_,Difference_>>ConsecutiveIntervalInfo. getBreaks() -
Uses of IntervalBreak in ai.timefold.solver.examples.common.experimental.impl
Methods in ai.timefold.solver.examples.common.experimental.impl that return types with arguments of type IntervalBreak Modifier and Type Method Description Iterable<IntervalBreak<Interval_,Point_,Difference_>>ConsecutiveIntervalInfoImpl. getBreaks()
-