Uses of Class
org.optaplanner.core.api.score.buildin.simplelong.SimpleLongScore
-
Packages that use SimpleLongScore Package Description org.optaplanner.core.api.score.buildin.simplelong Support for aScorewith 1 score level andlongscore weights.org.optaplanner.core.impl.score.buildin org.optaplanner.core.impl.score.director.drools.holder -
-
Uses of SimpleLongScore in org.optaplanner.core.api.score.buildin.simplelong
Fields in org.optaplanner.core.api.score.buildin.simplelong declared as SimpleLongScore Modifier and Type Field Description static SimpleLongScoreSimpleLongScore. ONEstatic SimpleLongScoreSimpleLongScore. ZEROMethods in org.optaplanner.core.api.score.buildin.simplelong that return SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScore. add(SimpleLongScore addend)SimpleLongScoreSimpleLongScore. divide(double divisor)SimpleLongScoreSimpleLongScore. multiply(double multiplicand)SimpleLongScoreSimpleLongScore. negate()static SimpleLongScoreSimpleLongScore. of(long score)static SimpleLongScoreSimpleLongScore. ofUninitialized(int initScore, long score)static SimpleLongScoreSimpleLongScore. parseScore(String scoreString)SimpleLongScoreSimpleLongScore. power(double exponent)SimpleLongScoreSimpleLongScore. subtract(SimpleLongScore subtrahend)SimpleLongScoreSimpleLongScore. withInitScore(int newInitScore)SimpleLongScoreSimpleLongScore. zero()Methods in org.optaplanner.core.api.score.buildin.simplelong with parameters of type SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScore. add(SimpleLongScore addend)intSimpleLongScore. compareTo(SimpleLongScore other)SimpleLongScoreSimpleLongScore. subtract(SimpleLongScore subtrahend) -
Uses of SimpleLongScore in org.optaplanner.core.impl.score.buildin
Methods in org.optaplanner.core.impl.score.buildin that return SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. divideBySanitizedDivisor(SimpleLongScore dividend, SimpleLongScore divisor)SimpleLongScoreSimpleLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)SimpleLongScoreSimpleLongScoreDefinition. getOneSoftestScore()SimpleLongScoreSimpleLongScoreDefinition. getZeroScore()SimpleLongScoreSimpleLongScoreDefinition. parseScore(String scoreString)Methods in org.optaplanner.core.impl.score.buildin that return types with arguments of type SimpleLongScore Modifier and Type Method Description Class<SimpleLongScore>SimpleLongScoreDefinition. getScoreClass()Methods in org.optaplanner.core.impl.score.buildin with parameters of type SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, SimpleLongScore score)SimpleLongScoreSimpleLongScoreDefinition. divideBySanitizedDivisor(SimpleLongScore dividend, SimpleLongScore divisor) -
Uses of SimpleLongScore in org.optaplanner.core.impl.score.director.drools.holder
Methods in org.optaplanner.core.impl.score.director.drools.holder that return SimpleLongScore Modifier and Type Method Description SimpleLongScoreSimpleLongScoreHolderImpl. extractScore(int initScore)Methods in org.optaplanner.core.impl.score.director.drools.holder with parameters of type SimpleLongScore Modifier and Type Method Description voidSimpleLongScoreHolderImpl. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, SimpleLongScore constraintWeight)
-