public class HardSoftBigDecimalScoreDefinition extends AbstractFeasibilityScoreDefinition<HardSoftBigDecimalScore>
| Constructor and Description |
|---|
HardSoftBigDecimalScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
HardSoftBigDecimalScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftBigDecimalScore score)
|
HardSoftBigDecimalScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardSoftBigDecimalScore score)
|
HardSoftBigDecimalScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector. |
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<HardSoftBigDecimalScore> |
getScoreClass()
|
HardSoftBigDecimalScore |
parseScore(String scoreString)
|
formatScore, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScorepublic int getLevelsSize()
ScoreDefinitionScore.toLevelNumbers() for every Score of this definition.public int getFeasibleLevelsSize()
FeasibilityScoreDefinitionScore.toLevelNumbers().
that are used to determine FeasibilityScore.isFeasible().ScoreDefinition.getLevelsSize()public Class<HardSoftBigDecimalScore> getScoreClass()
ScoreDefinitionpublic HardSoftBigDecimalScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score)public HardSoftBigDecimalScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be truepublic HardSoftBigDecimalScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftBigDecimalScore 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 HardSoftBigDecimalScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftBigDecimalScore 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–2015 JBoss by Red Hat. All rights reserved.