Class PickedMoveBestScoreDiffStatistic<Solution_,Score_ extends Score<Score_>>
- java.lang.Object
 - 
- org.optaplanner.core.impl.statistic.PickedMoveBestScoreDiffStatistic<Solution_,Score_>
 
 
- 
- All Implemented Interfaces:
 SolverStatistic<Solution_>
public class PickedMoveBestScoreDiffStatistic<Solution_,Score_ extends Score<Score_>> extends Object implements SolverStatistic<Solution_>
 
- 
- 
Constructor Summary
Constructors Constructor Description PickedMoveBestScoreDiffStatistic() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(Solver<Solution_> solver)voidunregister(Solver<Solution_> solver) 
 - 
 
- 
- 
Method Detail
- 
unregister
public void unregister(Solver<Solution_> solver)
- Specified by:
 unregisterin interfaceSolverStatistic<Solution_>
 
- 
register
public void register(Solver<Solution_> solver)
- Specified by:
 registerin interfaceSolverStatistic<Solution_>
 
 - 
 
 -