Uses of Interface
org.optaplanner.examples.common.experimental.api.Sequence
-
Packages that use Sequence Package Description org.optaplanner.examples.common.experimental.api org.optaplanner.examples.common.experimental.impl -
-
Uses of Sequence in org.optaplanner.examples.common.experimental.api
Methods in org.optaplanner.examples.common.experimental.api that return Sequence Modifier and Type Method Description Sequence<Value_,Difference_>Break. getNextSequence()Sequence<Value_,Difference_>Break. getPreviousSequence()Methods in org.optaplanner.examples.common.experimental.api that return types with arguments of type Sequence Modifier and Type Method Description Iterable<Sequence<Value_,Difference_>>ConsecutiveInfo. getConsecutiveSequences() -
Uses of Sequence in org.optaplanner.examples.common.experimental.impl
Methods in org.optaplanner.examples.common.experimental.impl that return types with arguments of type Sequence Modifier and Type Method Description Iterable<Sequence<Value_,Difference_>>ConsecutiveSetTree. getConsecutiveSequences()Methods in org.optaplanner.examples.common.experimental.impl with parameters of type Sequence Modifier and Type Method Description protected Difference_ConsecutiveSetTree. getSequenceLength(Sequence<Value_,Difference_> sequence)
-