Deprecated API
Contents
-
Packages Package Description org.optaplanner.core.api.domain.solution.drools org.optaplanner.core.api.score.buildin.hardsoftdouble org.optaplanner.core.api.score.buildin.simpledouble
-
Annotation Types Annotation Type Description org.optaplanner.core.api.domain.solution.drools.ProblemFactCollectionProperty In favor ofProblemFactCollectionProperty
.org.optaplanner.core.api.domain.solution.drools.ProblemFactProperty In favor ofProblemFactProperty
.
-
Constructors Constructor Description org.optaplanner.core.impl.score.director.drools.DroolsScoreDirectorFactory(SolutionDescriptor<Solution_>, KieBase) for removal, legacy code.org.optaplanner.core.impl.score.director.drools.testgen.TestGenDroolsScoreDirectorFactory(SolutionDescriptor<Solution_>, KieBase, List<String>, List<File>) for removal, legacy code.
-
Enum Constants Enum Constant Description org.optaplanner.benchmark.config.statistic.ProblemStatisticType.CALCULATE_COUNT_PER_SECOND UseProblemStatisticType.SCORE_CALCULATION_SPEED
instead. Will be removed in 8.0.org.optaplanner.core.config.localsearch.decider.acceptor.AcceptorType.SOLUTION_TABU for removal.org.optaplanner.core.config.solver.EnvironmentMode.PRODUCTION UseEnvironmentMode.NON_REPRODUCIBLE
instead. Will be removed in 8.0.
-
Annotation Type Elements Annotation Type Element Description org.optaplanner.core.api.domain.entity.PlanningEntity.movableEntitySelectionFilter() in favor ofPlanningEntity.pinningFilter()
.org.optaplanner.core.api.domain.variable.PlanningVariable.reinitializeVariableEntityFilter() for removal. Instead, filter the entity selector of the placer in the construction heuristic.