Uses of Class
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore
-
Packages that use HardSoftLongScore Package Description org.optaplanner.core.api.score.buildin.hardsoftlong Support for aScorewith 2 score levels andlongscore weights.org.optaplanner.core.impl.score.buildin.hardsoftlong org.optaplanner.persistence.jackson.api.score.buildin.hardsoftlong org.optaplanner.persistence.jaxb.api.score.buildin.hardsoftlong org.optaplanner.persistence.jpa.api.score.buildin.hardsoftlong org.optaplanner.persistence.jsonb.api.score.buildin.hardsoftlong -
-
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 HardSoftLongScoreHardSoftLongScore. ONE_HARDstatic HardSoftLongScoreHardSoftLongScore. ONE_SOFTstatic HardSoftLongScoreHardSoftLongScore. ZEROFields in org.optaplanner.core.api.score.buildin.hardsoftlong with type parameters of type HardSoftLongScore Modifier and Type Field Description protected Map<org.kie.api.definition.rule.Rule,BiConsumer<org.kie.api.runtime.rule.RuleContext,HardSoftLongScore>>HardSoftLongScoreHolder. matchExecutorByScoreMapSlower thanHardSoftLongScoreHolder.matchExecutorByNumberMapMethods in org.optaplanner.core.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScore. add(HardSoftLongScore addend)HardSoftLongScoreHardSoftLongScore. divide(double divisor)HardSoftLongScoreHardSoftLongScoreHolder. extractScore(int initScore)HardSoftLongScoreHardSoftLongScore. multiply(double multiplicand)HardSoftLongScoreHardSoftLongScore. negate()static HardSoftLongScoreHardSoftLongScore. of(long hardScore, long softScore)static HardSoftLongScoreHardSoftLongScore. ofHard(long hardScore)static HardSoftLongScoreHardSoftLongScore. ofSoft(long softScore)static HardSoftLongScoreHardSoftLongScore. ofUninitialized(int initScore, long hardScore, long softScore)static HardSoftLongScoreHardSoftLongScore. parseScore(String scoreString)HardSoftLongScoreHardSoftLongScore. power(double exponent)HardSoftLongScoreHardSoftLongScore. subtract(HardSoftLongScore subtrahend)static HardSoftLongScoreHardSoftLongScore. valueOf(long hardScore, long softScore)Deprecated.in favor ofof(long, long)static HardSoftLongScoreHardSoftLongScore. valueOfUninitialized(int initScore, long hardScore, long softScore)Deprecated.in favor ofofUninitialized(int, long, long)HardSoftLongScoreHardSoftLongScore. withInitScore(int newInitScore)Methods in org.optaplanner.core.api.score.buildin.hardsoftlong with parameters of type HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScore. add(HardSoftLongScore addend)intHardSoftLongScore. compareTo(HardSoftLongScore other)voidHardSoftLongScoreHolder. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, HardSoftLongScore constraintWeight)HardSoftLongScoreHardSoftLongScore. subtract(HardSoftLongScore subtrahend) -
Uses of HardSoftLongScore in org.optaplanner.core.impl.score.buildin.hardsoftlong
Methods in org.optaplanner.core.impl.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor)HardSoftLongScoreHardSoftLongScoreInliner. extractScore(int initScore)HardSoftLongScoreHardSoftLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)HardSoftLongScoreHardSoftLongScoreDefinition. getOneSoftestScore()HardSoftLongScoreHardSoftLongScoreDefinition. getZeroScore()HardSoftLongScoreHardSoftLongScoreDefinition. parseScore(String scoreString)Methods in org.optaplanner.core.impl.score.buildin.hardsoftlong 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.hardsoftlong with parameters of type HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)LongWeightedScoreImpacterHardSoftLongScoreInliner. buildWeightedScoreImpacter(HardSoftLongScore constraintWeight)HardSoftLongScoreHardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor) -
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 HardSoftLongScoreHardSoftLongScoreJacksonJsonDeserializer. 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 HardSoftLongScoreHardSoftLongScoreJaxbXmlAdapter. 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 HardSoftLongScoreHardSoftLongScoreConverter. convertToEntityAttribute(String scoreString)Methods in org.optaplanner.persistence.jpa.api.score.buildin.hardsoftlong with parameters of type HardSoftLongScore Modifier and Type Method Description StringHardSoftLongScoreConverter. 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 HardSoftLongScoreHardSoftLongScoreJsonbAdapter. adaptFromJson(String scoreString)
-