public class HardSoftScoreDefinition extends AbstractFeasibilityScoreDefinition<HardSoftScore>
| Constructor and Description |
|---|
HardSoftScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
HardSoftScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
HardSoftScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftScore score)
|
HardSoftScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector. |
HardSoftScore |
fromLevelNumbers(Number[] levelNumbers)
The opposite of
Score.toLevelNumbers(). |
int |
getFeasibleLevelsSize()
Returns the number of levels of
Score.toLevelNumbers(). |
Class<HardSoftScore> |
getScoreClass()
|
HardSoftScore |
parseScore(String scoreString)
|
formatScore, getLevelLabels, getLevelsSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScore, getLevelLabels, getLevelsSizepublic int getFeasibleLevelsSize()
FeasibilityScoreDefinitionScore.toLevelNumbers().
that are used to determine FeasibilityScore.isFeasible().ScoreDefinition.getLevelsSize()public Class<HardSoftScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation.
For example: returns HardSoftScore.class on HardSoftScoreDefinition.public HardSoftScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score)public HardSoftScore fromLevelNumbers(Number[] levelNumbers)
ScoreDefinitionScore.toLevelNumbers().levelNumbers - never nullpublic HardSoftScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be truepublic HardSoftScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
ScoreDefinitionScore which is equal or better than any other Score with more variables initialized
(while the already variables don't change).initializingScoreTrend - never null, with InitializingScoreTrend.getLevelsSize()
equal to ScoreDefinition.getLevelsSize().score - never nullpublic HardSoftScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
ScoreDefinitionScore which is equal or worse than any other Score with more variables initialized
(while the already variables don't change).initializingScoreTrend - never null, with InitializingScoreTrend.getLevelsSize()
equal to ScoreDefinition.getLevelsSize().score - never nullCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.