Uses of Interface
org.optaplanner.core.api.solver.SolverFactory
Packages that use SolverFactory
-
Uses of SolverFactory in org.optaplanner.core.api.score
Methods in org.optaplanner.core.api.score with parameters of type SolverFactoryModifier and TypeMethodDescriptionstatic <Solution_,
Score_ extends Score<Score_>>
ScoreManager<Solution_,Score_> ScoreManager.create
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version.Uses aSolverFactory
to build aScoreManager
. -
Uses of SolverFactory in org.optaplanner.core.api.solver
Methods in org.optaplanner.core.api.solver that return SolverFactoryModifier and TypeMethodDescriptionstatic <Solution_>
SolverFactory<Solution_>SolverFactory.create
(SolverConfig solverConfig) Uses aSolverConfig
to build aSolverFactory
.static <Solution_>
SolverFactory<Solution_>SolverFactory.createFromXmlFile
(File solverConfigFile) Reads an XML solver configuration from the file system and uses thatSolverConfig
to 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 thatSolverConfig
to 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 SolverFactoryModifier and TypeMethodDescriptionstatic <Solution_,
Score_ extends Score<Score_>>
SolutionManager<Solution_,Score_> SolutionManager.create
(SolverFactory<Solution_> solverFactory) Uses aSolverFactory
to build aSolutionManager
.static <Solution_,
ProblemId_>
SolverManager<Solution_,ProblemId_> SolverManager.create
(SolverFactory<Solution_> solverFactory) Use aSolverFactory
to build aSolverManager
.static <Solution_,
ProblemId_>
SolverManager<Solution_,ProblemId_> SolverManager.create
(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig) -
Uses of SolverFactory in org.optaplanner.core.impl.solver
Classes in org.optaplanner.core.impl.solver that implement SolverFactoryMethods in org.optaplanner.core.impl.solver that return SolverFactoryConstructors in org.optaplanner.core.impl.solver with parameters of type SolverFactoryModifierConstructorDescriptionDefaultSolutionManager
(SolverFactory<Solution_> solverFactory) DefaultSolverManager
(SolverFactory<Solution_> solverFactory, SolverManagerConfig solverManagerConfig) -
Uses of SolverFactory in org.optaplanner.test.impl.score
Constructors in org.optaplanner.test.impl.score with parameters of type SolverFactoryModifierConstructorDescriptionAbstractScoreVerifier
(SolverFactory<Solution_> solverFactory, Class<? extends Score<?>> expectedScoreClass) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendable
Constructors in org.optaplanner.test.impl.score.buildin.bendable with parameters of type SolverFactoryModifierConstructorDescriptionBendableScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablebigdecimal
Constructors in org.optaplanner.test.impl.score.buildin.bendablebigdecimal with parameters of type SolverFactoryModifierConstructorDescriptionBendableBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.bendablelong
Constructors in org.optaplanner.test.impl.score.buildin.bendablelong with parameters of type SolverFactoryModifierConstructorDescriptionBendableLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoft
Constructors in org.optaplanner.test.impl.score.buildin.hardmediumsoft with parameters of type SolverFactoryModifierConstructorDescriptionHardMediumSoftScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardmediumsoftlong
Constructors in org.optaplanner.test.impl.score.buildin.hardmediumsoftlong with parameters of type SolverFactoryModifierConstructorDescriptionHardMediumSoftLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoft
Constructors in org.optaplanner.test.impl.score.buildin.hardsoft with parameters of type SolverFactoryModifierConstructorDescriptionHardSoftScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftbigdecimal
Constructors in org.optaplanner.test.impl.score.buildin.hardsoftbigdecimal with parameters of type SolverFactoryModifierConstructorDescriptionHardSoftBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.hardsoftlong
Constructors in org.optaplanner.test.impl.score.buildin.hardsoftlong with parameters of type SolverFactoryModifierConstructorDescriptionHardSoftLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simple
Constructors in org.optaplanner.test.impl.score.buildin.simple with parameters of type SolverFactoryModifierConstructorDescriptionSimpleScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplebigdecimal
Constructors in org.optaplanner.test.impl.score.buildin.simplebigdecimal with parameters of type SolverFactoryModifierConstructorDescriptionSimpleBigDecimalScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolverFactory in org.optaplanner.test.impl.score.buildin.simplelong
Constructors in org.optaplanner.test.impl.score.buildin.simplelong with parameters of type SolverFactoryModifierConstructorDescriptionSimpleLongScoreVerifier
(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version.