Uses of Class
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore
-
-
Uses of HardSoftLongScore in org.optaplanner.core.api.score.buildin.hardsoftlong
Fields in org.optaplanner.core.api.score.buildin.hardsoftlong declared as HardSoftLongScore Modifier and Type Field Description static HardSoftLongScore
HardSoftLongScore. ONE_HARD
static HardSoftLongScore
HardSoftLongScore. ONE_SOFT
static HardSoftLongScore
HardSoftLongScore. ZERO
Methods in org.optaplanner.core.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScore. add(HardSoftLongScore addend)
HardSoftLongScore
HardSoftLongScore. divide(double divisor)
HardSoftLongScore
HardSoftLongScore. multiply(double multiplicand)
HardSoftLongScore
HardSoftLongScore. negate()
static HardSoftLongScore
HardSoftLongScore. of(long hardScore, long softScore)
static HardSoftLongScore
HardSoftLongScore. ofHard(long hardScore)
static HardSoftLongScore
HardSoftLongScore. ofSoft(long softScore)
static HardSoftLongScore
HardSoftLongScore. ofUninitialized(int initScore, long hardScore, long softScore)
static HardSoftLongScore
HardSoftLongScore. parseScore(String scoreString)
HardSoftLongScore
HardSoftLongScore. power(double exponent)
HardSoftLongScore
HardSoftLongScore. subtract(HardSoftLongScore subtrahend)
HardSoftLongScore
HardSoftLongScore. withInitScore(int newInitScore)
HardSoftLongScore
HardSoftLongScore. zero()
Methods in org.optaplanner.core.api.score.buildin.hardsoftlong with parameters of type HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScore. add(HardSoftLongScore addend)
int
HardSoftLongScore. compareTo(HardSoftLongScore other)
HardSoftLongScore
HardSoftLongScore. subtract(HardSoftLongScore subtrahend)
-
Uses of HardSoftLongScore in org.optaplanner.core.impl.score.buildin
Methods in org.optaplanner.core.impl.score.buildin that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)
HardSoftLongScore
HardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)
HardSoftLongScore
HardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor)
HardSoftLongScore
HardSoftLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)
HardSoftLongScore
HardSoftLongScoreDefinition. getOneSoftestScore()
HardSoftLongScore
HardSoftLongScoreDefinition. getZeroScore()
HardSoftLongScore
HardSoftLongScoreDefinition. parseScore(String scoreString)
Methods in org.optaplanner.core.impl.score.buildin that return types with arguments of type HardSoftLongScore Modifier and Type Method Description Class<HardSoftLongScore>
HardSoftLongScoreDefinition. getScoreClass()
Methods in org.optaplanner.core.impl.score.buildin with parameters of type HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)
HardSoftLongScore
HardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)
HardSoftLongScore
HardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor)
-
Uses of HardSoftLongScore in org.optaplanner.core.impl.score.director.drl.holder
Fields in org.optaplanner.core.impl.score.director.drl.holder with type parameters of type HardSoftLongScore Modifier and Type Field Description protected Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.ScoreMatchExecutor<HardSoftLongScore>>
HardSoftLongScoreHolderImpl. matchExecutorByScoreMap
Methods in org.optaplanner.core.impl.score.director.drl.holder that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreHolderImpl. extractScore(int initScore)
Methods in org.optaplanner.core.impl.score.director.drl.holder with parameters of type HardSoftLongScore Modifier and Type Method Description void
HardSoftLongScoreHolderImpl. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, HardSoftLongScore constraintWeight)
-
Uses of HardSoftLongScore in org.optaplanner.persistence.jackson.api.score.buildin.hardsoftlong
Methods in org.optaplanner.persistence.jackson.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreJacksonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)
-
Uses of HardSoftLongScore in org.optaplanner.persistence.jaxb.api.score.buildin.hardsoftlong
Methods in org.optaplanner.persistence.jaxb.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreJaxbAdapter. unmarshal(String scoreString)
-
Uses of HardSoftLongScore in org.optaplanner.persistence.jpa.api.score.buildin.hardsoftlong
Methods in org.optaplanner.persistence.jpa.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreConverter. convertToEntityAttribute(String scoreString)
Methods in org.optaplanner.persistence.jpa.api.score.buildin.hardsoftlong with parameters of type HardSoftLongScore Modifier and Type Method Description String
HardSoftLongScoreConverter. convertToDatabaseColumn(HardSoftLongScore score)
-
Uses of HardSoftLongScore in org.optaplanner.persistence.jsonb.api.score.buildin.hardsoftlong
Methods in org.optaplanner.persistence.jsonb.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScore
HardSoftLongScoreJsonbAdapter. adaptFromJson(String scoreString)
-