Class OptaPlannerBuildTimeConfig
java.lang.Object
org.optaplanner.quarkus.deployment.config.OptaPlannerBuildTimeConfig
During build time, this is translated into OptaPlanner's Config classes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_SOLVER_CONFIG_URL
- See Also:
-
DEFAULT_CONSTRAINTS_DRL_URL
- See Also:
-
CONSTRAINTS_DRL_PROPERTY
- See Also:
-
solverConfigXml
A classpath resource to read the solver configuration XML. Defaults to "solverConfig.xml". If this property isn't specified, that solverConfig.xml is optional. -
scoreDrl
A classpath resource to read the solver score DRL. Defaults to "DEFAULT_CONSTRAINTS_DRL_URL". Do not define this property when aConstraintProvider,EasyScoreCalculatororIncrementalScoreCalculatorclass exists. -
solver
Configuration properties that overwrite OptaPlanner'sSolverConfig.
-
-
Constructor Details
-
OptaPlannerBuildTimeConfig
public OptaPlannerBuildTimeConfig()
-