public class BendableLongScoreDefinition extends AbstractBendableScoreDefinition<BendableLongScore>
hardLevelsSize, softLevelsSize| 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) |
BendableLongScore |
createScoreUninitialized(int initScore,
long... scores) |
BendableLongScore |
fromLevelNumbers(int initScore,
Number[] levelNumbers)
The opposite of
Score.toLevelNumbers(). |
Class<BendableLongScore> |
getScoreClass()
|
BendableLongScore |
getZeroScore()
The score that represents zero.
|
BendableLongScore |
parseScore(String scoreString)
|
generateLevelLabels, getFeasibleLevelsSize, getHardLevelsSize, getLevelsSize, getSoftLevelsSizeformatScore, getInitLabel, getLevelLabels, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScore, getInitLabel, getLevelLabels, isNegativeOrZero, isPositiveOrZeropublic BendableLongScoreDefinition(int hardLevelsSize,
int softLevelsSize)
public Class<BendableLongScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation.
For example: returns HardSoftScore.class on HardSoftScoreDefinition.public BendableLongScore getZeroScore()
ScoreDefinitionpublic BendableLongScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score),
ScoreUtils.parseScore(Class, String)public BendableLongScore fromLevelNumbers(int initScore, Number[] levelNumbers)
ScoreDefinitionScore.toLevelNumbers().initScore - <= 0, managed by OptaPlanner, needed as a parameter in the Score's creation
method, see Score.getInitScore()levelNumbers - never nullpublic BendableLongScore createScore(long... scores)
public BendableLongScore createScoreUninitialized(int initScore, 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 null, with Score.getInitScore() 0.public 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 null, with Score.getInitScore() 0Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.