public class BendableLongScoreDefinition extends AbstractFeasibilityScoreDefinition<BendableLongScore>
| Constructor and Description |
|---|
BendableLongScoreDefinition(int hardLevelsSize,
int softLevelsSize) |
| Modifier and Type | Method and Description |
|---|---|
BendableLongScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableLongScore score)
|
BendableLongScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableLongScore score)
|
BendableLongScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by
DroolsScoreDirector. |
BendableLongScore |
createScore(long... 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<BendableLongScore> |
getScoreClass()
|
int |
getSoftLevelsSize() |
BendableLongScore |
parseScore(String scoreString)
|
formatScore, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScorepublic BendableLongScoreDefinition(int hardLevelsSize,
int softLevelsSize)
public int getHardLevelsSize()
public int getSoftLevelsSize()
public 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<BendableLongScore> getScoreClass()
ScoreDefinitionpublic BendableLongScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score)public BendableLongScore createScore(long... scores)
public BendableLongScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be truepublic BendableLongScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore 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 BendableLongScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore 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.