public abstract class ScoreInliner<Score_ extends Score<Score_>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
constraintMatchEnabled |
| Modifier | Constructor and Description |
|---|---|
protected |
ScoreInliner(boolean constraintMatchEnabled) |
| Modifier and Type | Method and Description |
|---|---|
abstract WeightedScoreImpacter |
buildWeightedScoreImpacter(Score_ constraintWeight) |
abstract Score_ |
extractScore(int initScore) |
public abstract Score_ extractScore(int initScore)
public abstract WeightedScoreImpacter buildWeightedScoreImpacter(Score_ constraintWeight)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.