|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.core.impl.score.definition.AbstractScoreDefinition<S>
org.optaplanner.core.impl.score.definition.AbstractFeasibilityScoreDefinition<HardMediumSoftLongScore>
org.optaplanner.core.impl.score.buildin.hardmediumsoftlong.HardMediumSoftLongScoreDefinition
public class HardMediumSoftLongScoreDefinition
| Constructor Summary | |
|---|---|
HardMediumSoftLongScoreDefinition()
|
|
| Method Summary | |
|---|---|
HardMediumSoftLongScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardMediumSoftLongScore score)
Builds a Score which is equal or better than any other Score with more variables initialized
(while the already variables don't change). |
HardMediumSoftLongScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardMediumSoftLongScore score)
Builds a Score which is equal or worse than any other Score with more variables initialized
(while the already variables don't change). |
HardMediumSoftLongScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by DroolsScoreDirector. |
int |
getFeasibleLevelsSize()
Returns the number of levels of Score.toLevelNumbers(). |
double |
getHardScoreTimeGradientWeight()
|
int |
getLevelsSize()
Returns the length of Score.toLevelNumbers() for every Score of this definition. |
double |
getMediumScoreTimeGradientWeight()
|
Class<HardMediumSoftLongScore> |
getScoreClass()
Returns the Class of the actual Score implementation |
HardMediumSoftLongScore |
parseScore(String scoreString)
Parses the String and returns a Score. |
void |
setHardScoreTimeGradientWeight(double hardScoreTimeGradientWeight)
It's recommended to use a number which can be exactly represented as a double, such as 0.5, 0.25, 0.75, 0.125, ... but not 0.1, 0.2, ... |
void |
setMediumScoreTimeGradientWeight(double mediumScoreTimeGradientWeight)
It's recommended to use a number which can be exactly represented as a double, such as 0.5, 0.25, 0.75, 0.125, ... but not 0.1, 0.2, ... |
| Methods inherited from class org.optaplanner.core.impl.score.definition.AbstractScoreDefinition |
|---|
formatScore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.optaplanner.core.impl.score.definition.ScoreDefinition |
|---|
formatScore |
| Constructor Detail |
|---|
public HardMediumSoftLongScoreDefinition()
| Method Detail |
|---|
public double getHardScoreTimeGradientWeight()
public void setHardScoreTimeGradientWeight(double hardScoreTimeGradientWeight)
hardScoreTimeGradientWeight - 0.0 <= hardScoreTimeGradientWeight <= 1.0public double getMediumScoreTimeGradientWeight()
public void setMediumScoreTimeGradientWeight(double mediumScoreTimeGradientWeight)
mediumScoreTimeGradientWeight - 0.0 <= hardScoreTimeGradientWeight <= 1.0public 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<HardMediumSoftLongScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation
public HardMediumSoftLongScore parseScore(String scoreString)
ScoreDefinitionString and returns a Score.
scoreString - never null
ScoreDefinition.formatScore(Score)public HardMediumSoftLongScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.
constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be true
public HardMediumSoftLongScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
HardMediumSoftLongScore 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
public HardMediumSoftLongScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
HardMediumSoftLongScore 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
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||