| Modifier and Type | Method and Description |
|---|---|
UndoScoreImpacter |
BigDecimalWeightedScoreImpacter.impactScore(BigDecimal matchWeight,
Consumer<Score<?>> scoreConsumer) |
UndoScoreImpacter |
IntWeightedScoreImpacter.impactScore(int matchWeight,
Consumer<Score<?>> matchScoreConsumer) |
UndoScoreImpacter |
LongWeightedScoreImpacter.impactScore(long matchWeight,
Consumer<Score<?>> scoreConsumer) |
| Modifier and Type | Method and Description |
|---|---|
UndoScoreImpacter |
BavetScoringBiTuple.getUndoScoreImpacter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BavetScoringBiTuple.setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter) |
| Constructor and Description |
|---|
BavetScoringBiNode(BavetConstraintSession session,
int nodeOrder,
String constraintPackage,
String constraintName,
Score<?> constraintWeight,
TriFunction<A,B,Consumer<Score<?>>,UndoScoreImpacter> scoreImpacter) |
| Modifier and Type | Method and Description |
|---|---|
UndoScoreImpacter |
BavetScoringTuple.getUndoScoreImpacter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BavetScoringTuple.setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter) |
| Modifier and Type | Method and Description |
|---|---|
UndoScoreImpacter |
BavetScoringTriTuple.getUndoScoreImpacter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BavetScoringTriTuple.setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter) |
| Constructor and Description |
|---|
BavetScoringTriNode(BavetConstraintSession session,
int nodeOrder,
String constraintPackage,
String constraintName,
Score<?> constraintWeight,
QuadFunction<A,B,C,Consumer<Score<?>>,UndoScoreImpacter> scoreImpacter) |
| Modifier and Type | Method and Description |
|---|---|
UndoScoreImpacter |
BavetScoringUniTuple.getUndoScoreImpacter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BavetScoringUniTuple.setUndoScoreImpacter(UndoScoreImpacter undoScoreImpacter) |
| Constructor and Description |
|---|
BavetScoringUniNode(BavetConstraintSession session,
int nodeOrder,
BavetAbstractUniNode<A> parentNode,
String constraintPackage,
String constraintName,
Score<?> constraintWeight,
BiFunction<A,Consumer<Score<?>>,UndoScoreImpacter> scoreImpacter) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.