Uses of Class
org.optaplanner.core.impl.solver.ClassInstanceCache
Packages that use ClassInstanceCache
Package
Description
- 
Uses of ClassInstanceCache in org.optaplanner.core.impl.heuristicMethods in org.optaplanner.core.impl.heuristic that return ClassInstanceCacheConstructors in org.optaplanner.core.impl.heuristic with parameters of type ClassInstanceCacheModifierConstructorDescriptionBuilder(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InitializingScoreTrend initializingScoreTrend, SolutionDescriptor<Solution_> solutionDescriptor, ClassInstanceCache classInstanceCache) 
- 
Uses of ClassInstanceCache in org.optaplanner.core.impl.heuristic.selector.entityMethods in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type ClassInstanceCacheModifier and TypeMethodDescriptionprotected EntitySelector<Solution_>EntitySelectorFactory.applyProbability(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector, ClassInstanceCache instanceCache) protected EntitySelector<Solution_>EntitySelectorFactory.applySorting(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector<Solution_> entitySelector, ClassInstanceCache instanceCache) 
- 
Uses of ClassInstanceCache in org.optaplanner.core.impl.heuristic.selector.valueMethods in org.optaplanner.core.impl.heuristic.selector.value with parameters of type ClassInstanceCacheModifier and TypeMethodDescriptionprotected ValueSelector<Solution_>ValueSelectorFactory.applyFiltering(ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) protected ValueSelector<Solution_>ValueSelectorFactory.applyProbability(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) protected ValueSelector<Solution_>ValueSelectorFactory.applySorting(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector<Solution_> valueSelector, ClassInstanceCache instanceCache) 
- 
Uses of ClassInstanceCache in org.optaplanner.core.impl.solverMethods in org.optaplanner.core.impl.solver that return ClassInstanceCache