public class HardSoftDoubleScoreDefinition extends AbstractFeasibilityScoreDefinition<HardSoftDoubleScore>
| Constructor and Description |
|---|
HardSoftDoubleScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
HardSoftDoubleScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftDoubleScore score)
|
HardSoftDoubleScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftDoubleScore score)
|
HardSoftDoubleScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector. |
HardSoftDoubleScore |
fromLevelNumbers(Number[] levelNumbers)
The opposite of
Score.toLevelNumbers(). |
int |
getFeasibleLevelsSize()
Returns the number of levels of
Score.toLevelNumbers(). |
int |
getLevelsSize()
Returns the length of
Score.toLevelNumbers() for every Score of this definition. |
Class<HardSoftDoubleScore> |
getScoreClass()
|
HardSoftDoubleScore |
parseScore(String scoreString)
|
formatScore, getLevelLabels, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScore, getLevelLabelspublic int getLevelsSize()
ScoreDefinitionScore.toLevelNumbers() for every Score of this definition.
For example: returns 2 on HardSoftScoreDefinition.getLevelsSize in interface ScoreDefinition<HardSoftDoubleScore>getLevelsSize in class AbstractScoreDefinition<HardSoftDoubleScore>public int getFeasibleLevelsSize()
FeasibilityScoreDefinitionScore.toLevelNumbers().
that are used to determine FeasibilityScore.isFeasible().ScoreDefinition.getLevelsSize()public Class<HardSoftDoubleScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation.
For example: returns HardSoftScore.class on HardSoftScoreDefinition.public HardSoftDoubleScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score)public HardSoftDoubleScore fromLevelNumbers(Number[] levelNumbers)
ScoreDefinitionScore.toLevelNumbers().levelNumbers - never nullpublic HardSoftDoubleScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be truepublic HardSoftDoubleScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore 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 HardSoftDoubleScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore 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.