| Package | Description |
|---|---|
| org.optaplanner.core.api.score.constraint | |
| org.optaplanner.core.api.score.holder |
In Drools DRL, a
ScoreHolder keeps track of the 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 |
| Modifier and Type | Method and Description |
|---|---|
int |
ConstraintMatchTotal.compareTo(ConstraintMatchTotal other) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ConstraintMatchTotal> |
AbstractScoreHolder.constraintMatchTotalMap |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
ScoreHolder.getConstraintMatchTotals()
Explains the
Score of ScoreHolder.extractScore(int). |
Collection<ConstraintMatchTotal> |
AbstractScoreHolder.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
ScoreDirector.getConstraintMatchTotals()
Explains the
Score of ScoreDirector.calculateScore() by splitting it up per constraint type
(which is usually a score rule). |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
DroolsScoreDirector.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
TestGenDroolsScoreDirector.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
EasyScoreDirector.getConstraintMatchTotals()
ConstraintMatchs are not supported by this ScoreDirector implementation. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintMatchTotal> |
IncrementalScoreDirector.getConstraintMatchTotals() |
Collection<ConstraintMatchTotal> |
ConstraintMatchAwareIncrementalScoreCalculator.getConstraintMatchTotals() |
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.