Class NextPreviousInList
java.lang.Object
ai.timefold.solver.core.impl.heuristic.selector.list.NextPreviousInList
Points to a list variable next and previous elements position specified by an entity.
-
Constructor Summary
ConstructorsConstructorDescriptionNextPreviousInList(Object tuple, NextPreviousInList next) NextPreviousInList(Object tuple, NextPreviousInList previous, NextPreviousInList next) -
Method Summary
Modifier and TypeMethodDescriptiongetNext()getTuple()voidsetNext(NextPreviousInList next) voidsetPrevious(NextPreviousInList previous) void
-
Constructor Details
-
NextPreviousInList
-
NextPreviousInList
-
-
Method Details
-
getTuple
-
setTuple
-
getNext
-
setNext
-
getPrevious
-
setPrevious
-