Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.mimic.ValueMimicRecorder
-
Packages that use ValueMimicRecorder Package Description org.optaplanner.core.config.heuristic.policy org.optaplanner.core.impl.heuristic.selector.value.mimic -
-
Uses of ValueMimicRecorder in org.optaplanner.core.config.heuristic.policy
Methods in org.optaplanner.core.config.heuristic.policy that return ValueMimicRecorder Modifier and Type Method Description ValueMimicRecorderHeuristicConfigPolicy. getValueMimicRecorder(String id)Methods in org.optaplanner.core.config.heuristic.policy that return types with arguments of type ValueMimicRecorder Modifier and Type Method Description Map<String,ValueMimicRecorder>HeuristicConfigPolicy. getValueMimicRecorderMap()Methods in org.optaplanner.core.config.heuristic.policy with parameters of type ValueMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addValueMimicRecorder(String id, ValueMimicRecorder mimicRecordingValueSelector)Method parameters in org.optaplanner.core.config.heuristic.policy with type arguments of type ValueMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. setValueMimicRecorderMap(Map<String,ValueMimicRecorder> 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 classMimicRecordingValueSelectorFields in org.optaplanner.core.impl.heuristic.selector.value.mimic declared as ValueMimicRecorder Modifier and Type Field Description protected ValueMimicRecorderMimicReplayingValueSelector. valueMimicRecorderConstructors in org.optaplanner.core.impl.heuristic.selector.value.mimic with parameters of type ValueMimicRecorder Constructor Description MimicReplayingValueSelector(ValueMimicRecorder valueMimicRecorder)
-