| 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.easy | |
| org.optaplanner.core.impl.score.director.incremental |
| Modifier and Type | Method and Description |
|---|---|
int |
IndictmentScoreTotalComparator.compare(Indictment a,
Indictment b)
Deprecated.
|
int |
IndictmentScoreComparator.compare(Indictment a,
Indictment b) |
int |
Indictment.compareTo(Indictment other) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Indictment> |
AbstractScoreHolder.indictmentMap |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Indictment> |
ScoreHolder.getIndictmentMap()
Explains the impact of each planning entity or problem fact on the
Score. |
Map<Object,Indictment> |
AbstractScoreHolder.getIndictmentMap() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Indictment> |
ScoreDirector.getIndictmentMap()
Explains the impact of each planning entity or problem fact on the
Score. |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Indictment> |
DroolsScoreDirector.getIndictmentMap() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Indictment> |
EasyScoreDirector.getIndictmentMap()
ConstraintMatchs are not supported by this ScoreDirector implementation. |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Indictment> |
IncrementalScoreDirector.getIndictmentMap() |
Map<Object,Indictment> |
ConstraintMatchAwareIncrementalScoreCalculator.getIndictmentMap() |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.