Class AbstractIncrementalScoreCalculator<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.score.director.incremental.AbstractIncrementalScoreCalculator<Solution_>
-
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Implemented Interfaces:
IncrementalScoreCalculator<Solution_,Score<?>>,IncrementalScoreCalculator<Solution_>
@Deprecated public abstract class AbstractIncrementalScoreCalculator<Solution_> extends Object implements IncrementalScoreCalculator<Solution_>
Deprecated.for removal
-
-
Constructor Summary
Constructors Constructor Description AbstractIncrementalScoreCalculator()Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.api.score.calculator.IncrementalScoreCalculator
afterEntityAdded, afterEntityRemoved, afterVariableChanged, beforeEntityAdded, beforeEntityRemoved, beforeVariableChanged, calculateScore, resetWorkingSolution
-
-