Package | Description |
---|---|
org.optaplanner.core.api.score.constraint | |
org.optaplanner.core.api.score.constraint.bigdecimal |
Constraint match support for a
BigDecimal score weight. |
org.optaplanner.core.api.score.constraint.primdouble |
Constraint match support for a
double score weight. |
org.optaplanner.core.api.score.constraint.primint |
Constraint match support for a
int score weight. |
org.optaplanner.core.api.score.constraint.primlong |
Constraint match support for a
long score weight. |
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 | Class and Description |
---|---|
class |
BigDecimalConstraintMatchTotal |
Modifier and Type | Class and Description |
---|---|
class |
DoubleConstraintMatchTotal |
Modifier and Type | Class and Description |
---|---|
class |
IntConstraintMatchTotal |
Modifier and Type | Class and Description |
---|---|
class |
LongConstraintMatchTotal |
Modifier and Type | Field and Description |
---|---|
protected Map<List<Object>,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() . |
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()
ConstraintMatchTotal s are not supported by this ScoreDirector implementation. |
Modifier and Type | Method and Description |
---|---|
Collection<ConstraintMatchTotal> |
IncrementalScoreDirector.getConstraintMatchTotals() |
Collection<ConstraintMatchTotal> |
ConstraintMatchAwareIncrementalScoreCalculator.getConstraintMatchTotals() |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.