Deprecated API
Contents
-
Packages Package Description org.optaplanner.core.api.score.holder
-
Annotation Types Annotation Type Description org.optaplanner.core.api.domain.variable.CustomShadowVariable Deprecated in favor ofShadowVariable
(normal shadow variable withCustomShadowVariable.variableListenerClass()
) andPiggybackShadowVariable
(ifCustomShadowVariable.variableListenerRef()
is used).
-
Constructors Constructor Description org.optaplanner.core.api.score.constraint.ConstraintMatch(String, String, List<Object>, Score_) org.optaplanner.persistence.jackson.api.OptaPlannerJacksonModule() Have the module loaded automatically viaJacksonSolutionFileIO
or useOptaPlannerJacksonModule.createModule()
. This constructor will be hidden in a future major version of OptaPlanner.
-
Enum Constants Enum Constant Description org.optaplanner.core.config.score.definition.ScoreDefinitionType.HARD_SOFT_DOUBLE org.optaplanner.core.config.score.definition.ScoreDefinitionType.SIMPLE_DOUBLE
-
Annotation Type Elements Annotation Type Element Description org.optaplanner.core.api.domain.solution.PlanningScore.scoreDefinitionClass() Support for custom scores is deprecated and will be removed in OptaPlanner 9.0.