| Package | Description |
|---|---|
| org.optaplanner.core.api.solver |
Solver, SolverFactory, ... |
| org.optaplanner.core.impl.score | |
| org.optaplanner.core.impl.score.director | |
| org.optaplanner.core.impl.score.director.drools | |
| org.optaplanner.core.impl.score.director.drools.testgen |
Classes to help isolate incremental score calculation bugs
during
EnvironmentMode.isAsserted(). |
| org.optaplanner.core.impl.score.director.easy | |
| org.optaplanner.core.impl.score.director.incremental | |
| org.optaplanner.core.impl.score.director.stream | |
| org.optaplanner.core.impl.solver |
| Modifier and Type | Method and Description |
|---|---|
abstract ScoreDirectorFactory<Solution_> |
SolverFactory.getScoreDirectorFactory()
Useful to reuse the
Score calculation (for example in a UI)
and to explain the Score to the user
with the ConstraintMatchTotal and Indictment API. |
ScoreDirectorFactory<Solution_> |
Solver.getScoreDirectorFactory()
Deprecated.
in favor of
SolverFactory.getScoreDirectorFactory()
Will be removed in 8.0. |
| Modifier and Type | Method and Description |
|---|---|
ScoreDirectorFactory<Solution_> |
DefaultScoreManager.getScoreDirectorFactory() |
| Constructor and Description |
|---|
DefaultScoreManager(ScoreDirectorFactory<Solution_> scoreDirectorFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InnerScoreDirectorFactory<Solution_> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScoreDirectorFactory<Solution_>
Abstract superclass for
ScoreDirectorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
DroolsScoreDirectorFactory<Solution_>
Drools implementation of
ScoreDirectorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestGenDroolsScoreDirectorFactory<Solution_> |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyScoreDirectorFactory<Solution_>
Easy implementation of
ScoreDirectorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalScoreDirectorFactory<Solution_>
Incremental implementation of
ScoreDirectorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintStreamScoreDirectorFactory<Solution_>
FP streams implementation of
ScoreDirectorFactory. |
| Modifier and Type | Method and Description |
|---|---|
ScoreDirectorFactory<Solution_> |
DefaultSolverFactory.getScoreDirectorFactory() |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.