Uses of Class
org.optaplanner.core.api.score.buildin.simple.SimpleScore
-
Packages that use SimpleScore Package Description org.optaplanner.core.api.score.buildin.simple Support for aScorewith 1 score level andintscore weights.org.optaplanner.core.impl.score.buildin.simple org.optaplanner.persistence.jackson.api.score.buildin.simple org.optaplanner.persistence.jaxb.api.score.buildin.simple org.optaplanner.persistence.jpa.api.score.buildin.simple org.optaplanner.persistence.jsonb.api.score.buildin.simple -
-
Uses of SimpleScore in org.optaplanner.core.api.score.buildin.simple
Fields in org.optaplanner.core.api.score.buildin.simple declared as SimpleScore Modifier and Type Field Description static SimpleScoreSimpleScore. ONEstatic SimpleScoreSimpleScore. ZEROMethods in org.optaplanner.core.api.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScore. add(SimpleScore addend)SimpleScoreSimpleScore. divide(double divisor)SimpleScoreSimpleScore. multiply(double multiplicand)SimpleScoreSimpleScore. negate()static SimpleScoreSimpleScore. of(int score)static SimpleScoreSimpleScore. ofUninitialized(int initScore, int score)static SimpleScoreSimpleScore. parseScore(String scoreString)SimpleScoreSimpleScore. power(double exponent)SimpleScoreSimpleScore. subtract(SimpleScore subtrahend)SimpleScoreSimpleScore. withInitScore(int newInitScore)Methods in org.optaplanner.core.api.score.buildin.simple with parameters of type SimpleScore Modifier and Type Method Description SimpleScoreSimpleScore. add(SimpleScore addend)intSimpleScore. compareTo(SimpleScore other)SimpleScoreSimpleScore. subtract(SimpleScore subtrahend) -
Uses of SimpleScore in org.optaplanner.core.impl.score.buildin.simple
Methods in org.optaplanner.core.impl.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)SimpleScoreSimpleScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)SimpleScoreSimpleScoreDefinition. divideBySanitizedDivisor(SimpleScore dividend, SimpleScore divisor)SimpleScoreSimpleScoreHolderImpl. extractScore(int initScore)SimpleScoreSimpleScoreInliner. extractScore(int initScore)SimpleScoreSimpleScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)SimpleScoreSimpleScoreDefinition. getOneSoftestScore()SimpleScoreSimpleScoreDefinition. getZeroScore()SimpleScoreSimpleScoreDefinition. parseScore(String scoreString)Methods in org.optaplanner.core.impl.score.buildin.simple that return types with arguments of type SimpleScore Modifier and Type Method Description Class<SimpleScore>SimpleScoreDefinition. getScoreClass()Methods in org.optaplanner.core.impl.score.buildin.simple with parameters of type SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)SimpleScoreSimpleScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleScore score)IntWeightedScoreImpacterSimpleScoreInliner. buildWeightedScoreImpacter(SimpleScore constraintWeight)voidSimpleScoreHolderImpl. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, SimpleScore constraintWeight)SimpleScoreSimpleScoreDefinition. divideBySanitizedDivisor(SimpleScore dividend, SimpleScore divisor) -
Uses of SimpleScore in org.optaplanner.persistence.jackson.api.score.buildin.simple
Methods in org.optaplanner.persistence.jackson.api.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreJacksonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) -
Uses of SimpleScore in org.optaplanner.persistence.jaxb.api.score.buildin.simple
Methods in org.optaplanner.persistence.jaxb.api.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreJaxbAdapter. unmarshal(String scoreString) -
Uses of SimpleScore in org.optaplanner.persistence.jpa.api.score.buildin.simple
Methods in org.optaplanner.persistence.jpa.api.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreConverter. convertToEntityAttribute(String scoreString)Methods in org.optaplanner.persistence.jpa.api.score.buildin.simple with parameters of type SimpleScore Modifier and Type Method Description StringSimpleScoreConverter. convertToDatabaseColumn(SimpleScore score) -
Uses of SimpleScore in org.optaplanner.persistence.jsonb.api.score.buildin.simple
Methods in org.optaplanner.persistence.jsonb.api.score.buildin.simple that return SimpleScore Modifier and Type Method Description SimpleScoreSimpleScoreJsonbAdapter. adaptFromJson(String scoreString)
-