Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.mimic.EntityMimicRecorder
-
Packages that use EntityMimicRecorder Package Description org.optaplanner.core.impl.heuristic org.optaplanner.core.impl.heuristic.selector.entity.mimic -
-
Uses of EntityMimicRecorder in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return EntityMimicRecorder Modifier and Type Method Description EntityMimicRecorder<Solution_>HeuristicConfigPolicy. getEntityMimicRecorder(String id)Methods in org.optaplanner.core.impl.heuristic that return types with arguments of type EntityMimicRecorder Modifier and Type Method Description Map<String,EntityMimicRecorder<Solution_>>HeuristicConfigPolicy. getEntityMimicRecorderMap()Methods in org.optaplanner.core.impl.heuristic with parameters of type EntityMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addEntityMimicRecorder(String id, EntityMimicRecorder<Solution_> mimicRecordingEntitySelector)Method parameters in org.optaplanner.core.impl.heuristic with type arguments of type EntityMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. setEntityMimicRecorderMap(Map<String,EntityMimicRecorder<Solution_>> entityMimicRecorderMap) -
Uses of EntityMimicRecorder in org.optaplanner.core.impl.heuristic.selector.entity.mimic
Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement EntityMimicRecorder Modifier and Type Class Description classManualEntityMimicRecorder<Solution_>classMimicRecordingEntitySelector<Solution_>Fields in org.optaplanner.core.impl.heuristic.selector.entity.mimic declared as EntityMimicRecorder Modifier and Type Field Description protected EntityMimicRecorder<Solution_>MimicReplayingEntitySelector. entityMimicRecorderConstructors in org.optaplanner.core.impl.heuristic.selector.entity.mimic with parameters of type EntityMimicRecorder Constructor Description MimicReplayingEntitySelector(EntityMimicRecorder<Solution_> entityMimicRecorder)
-