Class StatelessSolverStatistic<Solution_>
- java.lang.Object
 - 
- org.optaplanner.core.impl.statistic.StatelessSolverStatistic<Solution_>
 
 
- 
- All Implemented Interfaces:
 SolverStatistic<Solution_>
public class StatelessSolverStatistic<Solution_> extends Object implements SolverStatistic<Solution_>
ASolverStatisticthat has no state or event listener 
- 
- 
Constructor Summary
Constructors Constructor Description StatelessSolverStatistic() 
- 
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_>
 
 - 
 
 -