Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.mimic.EntityMimicRecorder
-
Packages that use EntityMimicRecorder Package Description org.optaplanner.core.config.heuristic.policy org.optaplanner.core.impl.heuristic.selector.entity.mimic -
-
Uses of EntityMimicRecorder in org.optaplanner.core.config.heuristic.policy
Methods in org.optaplanner.core.config.heuristic.policy that return EntityMimicRecorder Modifier and Type Method Description EntityMimicRecorderHeuristicConfigPolicy. getEntityMimicRecorder(String id)Methods in org.optaplanner.core.config.heuristic.policy that return types with arguments of type EntityMimicRecorder Modifier and Type Method Description Map<String,EntityMimicRecorder>HeuristicConfigPolicy. getEntityMimicRecorderMap()Methods in org.optaplanner.core.config.heuristic.policy with parameters of type EntityMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addEntityMimicRecorder(String id, EntityMimicRecorder mimicRecordingEntitySelector)Method parameters in org.optaplanner.core.config.heuristic.policy with type arguments of type EntityMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. setEntityMimicRecorderMap(Map<String,EntityMimicRecorder> 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 classManualEntityMimicRecorderclassMimicRecordingEntitySelectorFields in org.optaplanner.core.impl.heuristic.selector.entity.mimic declared as EntityMimicRecorder Modifier and Type Field Description protected EntityMimicRecorderMimicReplayingEntitySelector. entityMimicRecorderConstructors in org.optaplanner.core.impl.heuristic.selector.entity.mimic with parameters of type EntityMimicRecorder Constructor Description MimicReplayingEntitySelector(EntityMimicRecorder entityMimicRecorder)
-