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.impl.score.director |
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 |
Modifier and Type | Method and Description |
---|---|
Map<Object,List<ConstraintMatch>> |
ScoreDirector.extractIndictmentMap()
Returns an aggregation of all the inverses of
getJustificationList() . |
Map<Object,List<ConstraintMatch>> |
AbstractScoreDirector.extractIndictmentMap() |
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.