public class HardSoftBigDecimalScoreDefinition extends AbstractFeasibilityScoreDefinition<HardSoftBigDecimalScore>
| Constructor and Description |
|---|
HardSoftBigDecimalScoreDefinition() |
formatScore, getInitLabel, getLevelLabels, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatScore, getInitLabel, getLevelLabels, isNegativeOrZero, isPositiveOrZeropublic int getLevelsSize()
ScoreDefinitionScore.toLevelNumbers() for every Score of this definition.
For example: returns 2 on HardSoftScoreDefinition.getLevelsSize in interface ScoreDefinition<HardSoftBigDecimalScore>getLevelsSize in class AbstractScoreDefinition<HardSoftBigDecimalScore>public int getFeasibleLevelsSize()
FeasibilityScoreDefinitionScore.toLevelNumbers().
that are used to determine FeasibilityScore.isFeasible().ScoreDefinition.getLevelsSize()public Class<HardSoftBigDecimalScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation.
For example: returns HardSoftScore.class on HardSoftScoreDefinition.public HardSoftBigDecimalScore getZeroScore()
ScoreDefinitionpublic HardSoftBigDecimalScore parseScore(String scoreString)
ScoreDefinitionscoreString - never nullScoreDefinition.formatScore(Score),
ScoreUtils.parseScore(Class, String)public HardSoftBigDecimalScore 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 HardSoftBigDecimalScoreInliner buildScoreInliner(boolean constraintMatchEnabled)
ScoreDefinitionBavetConstraintFactoryconstraintMatchEnabled - true if ScoreDirector.isConstraintMatchEnabled() should be truepublic HardSoftBigDecimalScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.constraintMatchEnabled - true if ScoreDirector.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 null, with Score.getInitScore() 0.public 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 null, with Score.getInitScore() 0Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.