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