public class HardMediumSoftScoreInliner extends ScoreInliner<HardMediumSoftScore>
| Modifier and Type | Field and Description |
|---|---|
protected int |
hardScore |
protected int |
mediumScore |
protected int |
softScore |
constraintMatchEnabled| Modifier | Constructor and Description |
|---|---|
protected |
HardMediumSoftScoreInliner(boolean constraintMatchEnabled) |
| Modifier and Type | Method and Description |
|---|---|
IntWeightedScoreImpacter |
buildWeightedScoreImpacter(HardMediumSoftScore constraintWeight) |
HardMediumSoftScore |
extractScore(int initScore) |
String |
toString() |
protected int hardScore
protected int mediumScore
protected int softScore
protected HardMediumSoftScoreInliner(boolean constraintMatchEnabled)
public IntWeightedScoreImpacter buildWeightedScoreImpacter(HardMediumSoftScore constraintWeight)
buildWeightedScoreImpacter in class ScoreInliner<HardMediumSoftScore>public HardMediumSoftScore extractScore(int initScore)
extractScore in class ScoreInliner<HardMediumSoftScore>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.