public class BendableScoreDefinition extends AbstractBendableScoreDefinition<BendableScore>
hardLevelsSize, softLevelsSize| Constructor and Description |
|---|
BendableScoreDefinition(int hardLevelsSize,
int softLevelsSize) |
| Modifier and Type | Method and Description |
|---|---|
BendableScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
BendableScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
|
BendableScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector. |
BendableScore |
createScore(int... scores) |
BendableScore |
fromLevelNumbers(Number[] levelNumbers)
The opposite of
Score.toLevelNumbers(). |
Class<BendableScore> |
getScoreClass()
|
BendableScore |
parseScore(String scoreString)
|
generateLevelLabels, getFeasibleLevelsSize, getHardLevelsSize, getLevelsSize, getSoftLevelsSizeformatScore, getLevelLabels, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScore, getLevelLabelspublic BendableScoreDefinition(int hardLevelsSize,
int softLevelsSize)
public Class<BendableScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation.
For example: returns HardSoftScore.class on HardSoftScoreDefinition.public BendableScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score)public BendableScore fromLevelNumbers(Number[] levelNumbers)
ScoreDefinitionScore.toLevelNumbers().levelNumbers - never nullpublic BendableScore createScore(int... scores)
public BendableScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be truepublic BendableScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore 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 BendableScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableScore 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.