|
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<SimpleDoubleScore>
org.optaplanner.core.impl.score.buildin.simpledouble.SimpleDoubleScoreDefinition
public class SimpleDoubleScoreDefinition
| Constructor Summary | |
|---|---|
SimpleDoubleScoreDefinition()
|
|
| Method Summary | |
|---|---|
SimpleDoubleScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleDoubleScore score)
Builds a Score which is equal or better than any other Score with more variables initialized
(while the already variables don't change). |
SimpleDoubleScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleDoubleScore score)
Builds a Score which is equal or worse than any other Score with more variables initialized
(while the already variables don't change). |
SimpleDoubleScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by DroolsScoreDirector. |
int |
getLevelsSize()
Returns the length of Score.toLevelNumbers() for every Score of this definition. |
Class<SimpleDoubleScore> |
getScoreClass()
Returns the Class of the actual Score implementation |
SimpleDoubleScore |
parseScore(String scoreString)
Parses the String and returns a Score. |
| 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 |
| Constructor Detail |
|---|
public SimpleDoubleScoreDefinition()
| Method Detail |
|---|
public int getLevelsSize()
ScoreDefinitionScore.toLevelNumbers() for every Score of this definition.
public Class<SimpleDoubleScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation
public SimpleDoubleScore parseScore(String scoreString)
ScoreDefinitionString and returns a Score.
scoreString - never null
ScoreDefinition.formatScore(Score)public SimpleDoubleScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.
constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be true
public SimpleDoubleScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleDoubleScore 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 SimpleDoubleScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleDoubleScore 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 | |||||||||