Class FileProblemProvider<Solution_>
java.lang.Object
org.optaplanner.benchmark.impl.loader.FileProblemProvider<Solution_>
- All Implemented Interfaces:
- ProblemProvider<Solution_>
- 
Constructor SummaryConstructorsConstructorDescriptionFileProblemProvider(SolutionFileIO<Solution_> solutionFileIO, File problemFile) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()toString()voidwriteSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) 
- 
Constructor Details- 
FileProblemProvider
 
- 
- 
Method Details- 
getSolutionFileIO
- 
getProblemFile
- 
getProblemName- Specified by:
- getProblemNamein interface- ProblemProvider<Solution_>
- Returns:
- never null
 
- 
readProblem- Specified by:
- readProblemin interface- ProblemProvider<Solution_>
- Returns:
- never null
 
- 
writeSolution- Specified by:
- writeSolutionin interface- ProblemProvider<Solution_>
- Parameters:
- solution- never null
- subSingleBenchmarkResult- never null
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-