| 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. |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<? extends ConstraintMatch> |
ConstraintMatchTotal.getConstraintMatchSet() |
| Modifier and Type | Method and Description |
|---|---|
int |
ConstraintMatch.compareTo(ConstraintMatch other) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalConstraintMatch |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleConstraintMatch |
| Modifier and Type | Class and Description |
|---|---|
class |
IntConstraintMatch |
| Modifier and Type | Class and Description |
|---|---|
class |
LongConstraintMatch |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.