Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.mimic.ValueMimicRecorder
-
Packages that use ValueMimicRecorder Package Description org.optaplanner.core.impl.heuristic org.optaplanner.core.impl.heuristic.selector.value.mimic -
-
Uses of ValueMimicRecorder in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return ValueMimicRecorder Modifier and Type Method Description ValueMimicRecorder<Solution_>HeuristicConfigPolicy. getValueMimicRecorder(String id)Methods in org.optaplanner.core.impl.heuristic that return types with arguments of type ValueMimicRecorder Modifier and Type Method Description Map<String,ValueMimicRecorder<Solution_>>HeuristicConfigPolicy. getValueMimicRecorderMap()Methods in org.optaplanner.core.impl.heuristic with parameters of type ValueMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addValueMimicRecorder(String id, ValueMimicRecorder<Solution_> mimicRecordingValueSelector)Method parameters in org.optaplanner.core.impl.heuristic with type arguments of type ValueMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. setValueMimicRecorderMap(Map<String,ValueMimicRecorder<Solution_>> valueMimicRecorderMap) -
Uses of ValueMimicRecorder in org.optaplanner.core.impl.heuristic.selector.value.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.value.mimic that implement ValueMimicRecorder Modifier and Type Class Description classMimicRecordingValueSelector<Solution_>Fields in org.optaplanner.core.impl.heuristic.selector.value.mimic declared as ValueMimicRecorder Modifier and Type Field Description protected ValueMimicRecorder<Solution_>MimicReplayingValueSelector. valueMimicRecorderConstructors in org.optaplanner.core.impl.heuristic.selector.value.mimic with parameters of type ValueMimicRecorder Constructor Description MimicReplayingValueSelector(ValueMimicRecorder<Solution_> valueMimicRecorder)
-