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 org.optaplanner.core.impl.score.director.drools.holder -
-
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. ZEROMethods in org.optaplanner.core.api.score.buildin.hardsoftlong that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScore. add(HardSoftLongScore addend)HardSoftLongScoreHardSoftLongScore. divide(double divisor)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)HardSoftLongScoreHardSoftLongScore. withInitScore(int newInitScore)HardSoftLongScoreHardSoftLongScore. zero()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)HardSoftLongScoreHardSoftLongScore. 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 HardSoftLongScoreHardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor)HardSoftLongScoreHardSoftLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)HardSoftLongScoreHardSoftLongScoreDefinition. getOneSoftestScore()HardSoftLongScoreHardSoftLongScoreDefinition. getZeroScore()HardSoftLongScoreHardSoftLongScoreDefinition. 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 HardSoftLongScoreHardSoftLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftLongScore score)HardSoftLongScoreHardSoftLongScoreDefinition. divideBySanitizedDivisor(HardSoftLongScore dividend, HardSoftLongScore divisor) -
Uses of HardSoftLongScore in org.optaplanner.core.impl.score.director.drools.holder
Fields in org.optaplanner.core.impl.score.director.drools.holder with type parameters of type HardSoftLongScore Modifier and Type Field Description protected Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.ScoreMatchExecutor<HardSoftLongScore>>HardSoftLongScoreHolderImpl. matchExecutorByScoreMapMethods in org.optaplanner.core.impl.score.director.drools.holder that return HardSoftLongScore Modifier and Type Method Description HardSoftLongScoreHardSoftLongScoreHolderImpl. extractScore(int initScore)Methods in org.optaplanner.core.impl.score.director.drools.holder with parameters of type HardSoftLongScore Modifier and Type Method Description voidHardSoftLongScoreHolderImpl. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, HardSoftLongScore constraintWeight)
-