public class BendableBigDecimalScoreDefinition extends AbstractFeasibilityScoreDefinition<BendableBigDecimalScore>
Constructor and Description |
---|
BendableBigDecimalScoreDefinition(int hardLevelsSize,
int softLevelsSize) |
Modifier and Type | Method and Description |
---|---|
BendableBigDecimalScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableBigDecimalScore score)
|
BendableBigDecimalScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableBigDecimalScore score)
|
BendableBigDecimalScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector . |
BendableBigDecimalScore |
createScore(BigDecimal... scores) |
int |
getFeasibleLevelsSize()
Returns the number of levels of
Score.toLevelNumbers() . |
int |
getHardLevelsSize() |
int |
getLevelsSize()
Returns the length of
Score.toLevelNumbers() for every Score of this definition. |
Class<BendableBigDecimalScore> |
getScoreClass()
|
int |
getSoftLevelsSize() |
BendableBigDecimalScore |
parseScore(String scoreString)
|
formatScore, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
formatScore
public BendableBigDecimalScoreDefinition(int hardLevelsSize, int softLevelsSize)
public int getHardLevelsSize()
public int getSoftLevelsSize()
public int getLevelsSize()
ScoreDefinition
Score.toLevelNumbers()
for every Score
of this definition.public int getFeasibleLevelsSize()
FeasibilityScoreDefinition
Score.toLevelNumbers()
.
that are used to determine FeasibilityScore.isFeasible()
.ScoreDefinition.getLevelsSize()
public Class<BendableBigDecimalScore> getScoreClass()
ScoreDefinition
public BendableBigDecimalScore parseScore(String scoreString)
ScoreDefinition
scoreString
- never nullScoreDefinition.formatScore(Score)
public BendableBigDecimalScore createScore(BigDecimal... scores)
public BendableBigDecimalScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinition
DroolsScoreDirector
.constraintMatchEnabled
- true if ScoreHolder.isConstraintMatchEnabled()
should be truepublic BendableBigDecimalScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableBigDecimalScore score)
ScoreDefinition
Score
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 BendableBigDecimalScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableBigDecimalScore score)
ScoreDefinition
Score
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.