Uses of Interface
org.optaplanner.core.api.solver.SolverFactory
- 
- 
Uses of SolverFactory in org.optaplanner.core.api.scoreMethods in org.optaplanner.core.api.score with parameters of type SolverFactory Modifier and Type Method Description static <Solution_,Score_ extends Score<Score_>>
 ScoreManager<Solution_,Score_>ScoreManager. create(SolverFactory<Solution_> solverFactory)Uses aSolverFactoryto build aScoreManager.
- 
Uses of SolverFactory in org.optaplanner.core.api.solverMethods in org.optaplanner.core.api.solver that return SolverFactory Modifier and Type Method Description static <Solution_>
 SolverFactory<Solution_>SolverFactory. create(SolverConfig solverConfig)Uses aSolverConfigto build aSolverFactory.static <Solution_>
 SolverFactory<Solution_>SolverFactory. createFromXmlFile(File solverConfigFile)Reads an XML solver configuration from the file system and uses thatSolverConfigto build aSolverFactory.static <Solution_>
 SolverFactory<Solution_>SolverFactory. createFromXmlFile(File solverConfigFile, ClassLoader classLoader)As defined bycreateFromXmlFile(File).static <Solution_>
 SolverFactory<Solution_>SolverFactory. createFromXmlResource(String solverConfigResource)Reads an XML solver configuration from the classpath and uses thatSolverConfigto build aSolverFactory.static <Solution_>
 SolverFactory<Solution_>SolverFactory. createFromXmlResource(String solverConfigResource, ClassLoader classLoader)As defined bycreateFromXmlResource(String).Methods in org.optaplanner.core.api.solver with parameters of type SolverFactory Modifier and Type Method Description static <Solution_,ProblemId_>
 SolverManager<Solution_,ProblemId_>SolverManager. create(SolverFactory<Solution_> solverFactory)Use aSolverFactoryto build aSolverManager.static <Solution_,ProblemId_>
 SolverManager<Solution_,ProblemId_>SolverManager. create(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig)
- 
Uses of SolverFactory in org.optaplanner.core.impl.solverClasses in org.optaplanner.core.impl.solver that implement SolverFactory Modifier and Type Class Description classDefaultSolverFactory<Solution_>Methods in org.optaplanner.core.impl.solver that return SolverFactory Modifier and Type Method Description SolverFactory<Solution_>DefaultSolverManager. getSolverFactory()Constructors in org.optaplanner.core.impl.solver with parameters of type SolverFactory Constructor Description DefaultSolverManager(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig)
- 
Uses of SolverFactory in org.optaplanner.test.impl.scoreConstructors in org.optaplanner.test.impl.score with parameters of type SolverFactory Constructor Description AbstractScoreVerifier(SolverFactory<Solution_> solverFactory, Class<? extends Score<?>> expectedScoreClass)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendableConstructors in org.optaplanner.test.impl.score.buildin.bendable with parameters of type SolverFactory Constructor Description BendableScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablebigdecimalConstructors in org.optaplanner.test.impl.score.buildin.bendablebigdecimal with parameters of type SolverFactory Constructor Description BendableBigDecimalScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablelongConstructors in org.optaplanner.test.impl.score.buildin.bendablelong with parameters of type SolverFactory Constructor Description BendableLongScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoftConstructors in org.optaplanner.test.impl.score.buildin.hardmediumsoft with parameters of type SolverFactory Constructor Description HardMediumSoftScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoftlongConstructors in org.optaplanner.test.impl.score.buildin.hardmediumsoftlong with parameters of type SolverFactory Constructor Description HardMediumSoftLongScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftConstructors in org.optaplanner.test.impl.score.buildin.hardsoft with parameters of type SolverFactory Constructor Description HardSoftScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftbigdecimalConstructors in org.optaplanner.test.impl.score.buildin.hardsoftbigdecimal with parameters of type SolverFactory Constructor Description HardSoftBigDecimalScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftlongConstructors in org.optaplanner.test.impl.score.buildin.hardsoftlong with parameters of type SolverFactory Constructor Description HardSoftLongScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simpleConstructors in org.optaplanner.test.impl.score.buildin.simple with parameters of type SolverFactory Constructor Description SimpleScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplebigdecimalConstructors in org.optaplanner.test.impl.score.buildin.simplebigdecimal with parameters of type SolverFactory Constructor Description SimpleBigDecimalScoreVerifier(SolverFactory<Solution_> solverFactory)
- 
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplelongConstructors in org.optaplanner.test.impl.score.buildin.simplelong with parameters of type SolverFactory Constructor Description SimpleLongScoreVerifier(SolverFactory<Solution_> solverFactory)
 
-