Uses of Class
org.optaplanner.core.impl.heuristic.selector.value.mimic.MimicReplayingValueSelector
Packages that use MimicReplayingValueSelector
Package
Description
-
Uses of MimicReplayingValueSelector in org.optaplanner.core.impl.heuristic.selector.list.nearby
Methods in org.optaplanner.core.impl.heuristic.selector.list.nearby that return MimicReplayingValueSelectorModifier and TypeMethodDescriptionprotected MimicReplayingValueSelector<Solution_>NearValueNearbyDestinationSelector.castReplayingSelector(Object uncastReplayingSelector) -
Uses of MimicReplayingValueSelector in org.optaplanner.core.impl.heuristic.selector.value.mimic
Fields in org.optaplanner.core.impl.heuristic.selector.value.mimic with type parameters of type MimicReplayingValueSelectorModifier and TypeFieldDescriptionprotected final List<MimicReplayingValueSelector<Solution_>>MimicRecordingValueSelector.replayingValueSelectorListMethods in org.optaplanner.core.impl.heuristic.selector.value.mimic with parameters of type MimicReplayingValueSelectorModifier and TypeMethodDescriptionvoidMimicRecordingValueSelector.addMimicReplayingValueSelector(MimicReplayingValueSelector<Solution_> replayingValueSelector) voidValueMimicRecorder.addMimicReplayingValueSelector(MimicReplayingValueSelector<Solution_> replayingValueSelector) -
Uses of MimicReplayingValueSelector in org.optaplanner.core.impl.heuristic.selector.value.nearby
Methods in org.optaplanner.core.impl.heuristic.selector.value.nearby that return MimicReplayingValueSelectorModifier and TypeMethodDescriptionprotected MimicReplayingValueSelector<Solution_>NearValueNearbyValueSelector.castReplayingSelector(Object uncastReplayingSelector)