Uses of Class
org.optaplanner.core.api.score.buildin.simpledouble.SimpleDoubleScore
-
Packages that use SimpleDoubleScore Package Description org.optaplanner.core.api.score.buildin.simpledouble Support for aScorewith 1 score level anddoublescore weights.org.optaplanner.core.impl.score.buildin.simpledouble org.optaplanner.persistence.jackson.api.score.buildin.simpledouble org.optaplanner.persistence.jaxb.api.score.buildin.simpledouble org.optaplanner.persistence.jsonb.api.score.buildin.simpledouble -
-
Uses of SimpleDoubleScore in org.optaplanner.core.api.score.buildin.simpledouble
Fields in org.optaplanner.core.api.score.buildin.simpledouble declared as SimpleDoubleScore Modifier and Type Field Description static SimpleDoubleScoreSimpleDoubleScore. ONEDeprecated.static SimpleDoubleScoreSimpleDoubleScore. ZERODeprecated.Methods in org.optaplanner.core.api.score.buildin.simpledouble that return SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScore. add(SimpleDoubleScore addend)Deprecated.SimpleDoubleScoreSimpleDoubleScore. divide(double divisor)Deprecated.SimpleDoubleScoreSimpleDoubleScoreHolder. extractScore(int initScore)Deprecated.SimpleDoubleScoreSimpleDoubleScore. multiply(double multiplicand)Deprecated.SimpleDoubleScoreSimpleDoubleScore. negate()Deprecated.static SimpleDoubleScoreSimpleDoubleScore. of(double score)Deprecated.static SimpleDoubleScoreSimpleDoubleScore. ofUninitialized(int initScore, double score)Deprecated.static SimpleDoubleScoreSimpleDoubleScore. parseScore(String scoreString)Deprecated.SimpleDoubleScoreSimpleDoubleScore. power(double exponent)Deprecated.SimpleDoubleScoreSimpleDoubleScore. subtract(SimpleDoubleScore subtrahend)Deprecated.static SimpleDoubleScoreSimpleDoubleScore. valueOf(double score)Deprecated.in favor ofof(double)static SimpleDoubleScoreSimpleDoubleScore. valueOfUninitialized(int initScore, double score)Deprecated.in favor ofofUninitialized(int, double)SimpleDoubleScoreSimpleDoubleScore. withInitScore(int newInitScore)Deprecated.Methods in org.optaplanner.core.api.score.buildin.simpledouble with parameters of type SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScore. add(SimpleDoubleScore addend)Deprecated.intSimpleDoubleScore. compareTo(SimpleDoubleScore other)Deprecated.voidSimpleDoubleScoreHolder. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, SimpleDoubleScore constraintWeight)Deprecated.SimpleDoubleScoreSimpleDoubleScore. subtract(SimpleDoubleScore subtrahend)Deprecated. -
Uses of SimpleDoubleScore in org.optaplanner.core.impl.score.buildin.simpledouble
Methods in org.optaplanner.core.impl.score.buildin.simpledouble that return SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleDoubleScore score)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleDoubleScore score)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. divideBySanitizedDivisor(SimpleDoubleScore dividend, SimpleDoubleScore divisor)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. getOneSoftestScore()Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. getZeroScore()Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. parseScore(String scoreString)Deprecated.Methods in org.optaplanner.core.impl.score.buildin.simpledouble that return types with arguments of type SimpleDoubleScore Modifier and Type Method Description ScoreInliner<SimpleDoubleScore>SimpleDoubleScoreDefinition. buildScoreInliner(boolean constraintMatchEnabled)Deprecated.Class<SimpleDoubleScore>SimpleDoubleScoreDefinition. getScoreClass()Deprecated.Methods in org.optaplanner.core.impl.score.buildin.simpledouble with parameters of type SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleDoubleScore score)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleDoubleScore score)Deprecated.SimpleDoubleScoreSimpleDoubleScoreDefinition. divideBySanitizedDivisor(SimpleDoubleScore dividend, SimpleDoubleScore divisor)Deprecated. -
Uses of SimpleDoubleScore in org.optaplanner.persistence.jackson.api.score.buildin.simpledouble
Methods in org.optaplanner.persistence.jackson.api.score.buildin.simpledouble that return SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScoreJacksonJsonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)Deprecated. -
Uses of SimpleDoubleScore in org.optaplanner.persistence.jaxb.api.score.buildin.simpledouble
Methods in org.optaplanner.persistence.jaxb.api.score.buildin.simpledouble that return SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScoreJaxbXmlAdapter. unmarshal(String scoreString)Deprecated. -
Uses of SimpleDoubleScore in org.optaplanner.persistence.jsonb.api.score.buildin.simpledouble
Methods in org.optaplanner.persistence.jsonb.api.score.buildin.simpledouble that return SimpleDoubleScore Modifier and Type Method Description SimpleDoubleScoreSimpleDoubleScoreJsonbAdapter. adaptFromJson(String scoreString)Deprecated.
-