Class TimefoldSolverAotFactory
java.lang.Object
ai.timefold.solver.spring.boot.autoconfigure.TimefoldSolverAotFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.EnvironmentAware
public class TimefoldSolverAotFactory
extends Object
implements org.springframework.context.EnvironmentAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnvironment(org.springframework.core.env.Environment environment) solverConfigSupplier(String solverConfigXml) <Solution_,ProblemId_>
SolverManager<Solution_,ProblemId_> solverManagerSupplier(String solverConfigXml)
-
Constructor Details
-
TimefoldSolverAotFactory
public TimefoldSolverAotFactory()
-
-
Method Details
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-
solverManagerSupplier
public <Solution_,ProblemId_> SolverManager<Solution_,ProblemId_> solverManagerSupplier(String solverConfigXml) -
solverConfigSupplier
-