| Modifier and Type | Method and Description |
|---|---|
int |
ConstraintMatchTotalScoreComparator.compare(ConstraintMatchTotal a,
ConstraintMatchTotal b) |
int |
ConstraintMatchTotal.compareTo(ConstraintMatchTotal other) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ConstraintMatchTotal> |
AbstractScoreHolder.constraintMatchTotalMap |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
ScoreHolder.getConstraintMatchTotalMap()
Explains the
Score of ScoreHolder.extractScore(int). |
Map<String,ConstraintMatchTotal> |
AbstractScoreHolder.getConstraintMatchTotalMap() |
Collection<ConstraintMatchTotal> |
ScoreHolder.getConstraintMatchTotals()
Explains the
Score of ScoreHolder.extractScore(int). |
Collection<ConstraintMatchTotal> |
AbstractScoreHolder.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
ScoreDirector.getConstraintMatchTotalMap()
|
Collection<ConstraintMatchTotal> |
ScoreDirector.getConstraintMatchTotals()
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
DroolsScoreDirector.getConstraintMatchTotalMap() |
Collection<ConstraintMatchTotal> |
DroolsScoreDirector.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
TestGenDroolsScoreDirector.getConstraintMatchTotalMap() |
Collection<ConstraintMatchTotal> |
TestGenDroolsScoreDirector.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
EasyScoreDirector.getConstraintMatchTotalMap()
ConstraintMatchs are not supported by this ScoreDirector implementation. |
Collection<ConstraintMatchTotal> |
EasyScoreDirector.getConstraintMatchTotals()
ConstraintMatchs are not supported by this ScoreDirector implementation. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
IncrementalScoreDirector.getConstraintMatchTotalMap() |
Collection<ConstraintMatchTotal> |
IncrementalScoreDirector.getConstraintMatchTotals() |
Collection<ConstraintMatchTotal> |
ConstraintMatchAwareIncrementalScoreCalculator.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
ConstraintStreamScoreDirector.getConstraintMatchTotalMap() |
Collection<ConstraintMatchTotal> |
ConstraintStreamScoreDirector.getConstraintMatchTotals() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
ConstraintSession.getConstraintMatchTotalMap()
As defined by
ScoreDirector.getConstraintMatchTotalMap(). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
BavetConstraintSession.getConstraintMatchTotalMap() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMatchTotal |
BavetScoringBiNode.buildConstraintMatchTotal(Score<?> zeroScore) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMatchTotal |
BavetScoringNode.buildConstraintMatchTotal(Score<?> zeroScore) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMatchTotal |
BavetScoringTriNode.buildConstraintMatchTotal(Score<?> zeroScore) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMatchTotal |
BavetScoringUniNode.buildConstraintMatchTotal(Score<?> zeroScore) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConstraintMatchTotal> |
DroolsConstraintSession.getConstraintMatchTotalMap() |
| Constructor and Description |
|---|
DefaultSingleConstraintAssertion(ConstraintStreamScoreDirectorFactory<Solution_> scoreDirectorFactory,
Map<String,ConstraintMatchTotal> constraintMatchTotalMap) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.