Uses of Interface
ai.timefold.solver.core.api.score.stream.common.Break
Packages that use Break
Package
Description
-
Uses of Break in ai.timefold.solver.core.api.score.stream.common
Methods in ai.timefold.solver.core.api.score.stream.common that return BreakModifier and TypeMethodDescription@Nullable Break<Value_,Difference_> SequenceChain.getFirstBreak()Returns the first break between two consecutive sequences of values.@Nullable Break<Value_,Difference_> SequenceChain.getLastBreak()Returns the last break between two consecutive sequences of values.@Nullable Break<Value_,Difference_> Sequence.getNextBreak()@Nullable Break<Value_,Difference_> Sequence.getPreviousBreak()Methods in ai.timefold.solver.core.api.score.stream.common that return types with arguments of type BreakModifier and TypeMethodDescription@NonNull Collection<Break<Value_,Difference_>> SequenceChain.getBreaks() -
Uses of Break in ai.timefold.solver.core.impl.score.stream.collector.consecutive
Methods in ai.timefold.solver.core.impl.score.stream.collector.consecutive that return BreakModifier and TypeMethodDescription@Nullable Break<Value_,Difference_> ConsecutiveSetTree.getFirstBreak()@Nullable Break<Value_,Difference_> ConsecutiveSetTree.getLastBreak()Methods in ai.timefold.solver.core.impl.score.stream.collector.consecutive that return types with arguments of type BreakModifier and TypeMethodDescription@NonNull Collection<Break<Value_,Difference_>> ConsecutiveSetTree.getBreaks()