Uses of Class
org.optaplanner.core.api.score.buildin.bendablelong.BendableLongScore
-
Packages that use BendableLongScore Package Description org.optaplanner.core.api.score.buildin.bendablelong Support for aScorewith a configurable number of score levels andlongscore weights.org.optaplanner.core.impl.score.buildin org.optaplanner.core.impl.score.director.drools.holder org.optaplanner.core.impl.score.stream.common.inliner -
-
Uses of BendableLongScore in org.optaplanner.core.api.score.buildin.bendablelong
Methods in org.optaplanner.core.api.score.buildin.bendablelong that return BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScore. add(BendableLongScore addend)BendableLongScoreBendableLongScore. divide(double divisor)BendableLongScoreBendableLongScore. multiply(double multiplicand)BendableLongScoreBendableLongScore. negate()static BendableLongScoreBendableLongScore. of(long[] hardScores, long[] softScores)Creates a newBendableLongScore.static BendableLongScoreBendableLongScore. ofHard(int hardLevelsSize, int softLevelsSize, int hardLevel, long hardScore)Creates a newBendableLongScore.static BendableLongScoreBendableLongScore. ofSoft(int hardLevelsSize, int softLevelsSize, int softLevel, long softScore)Creates a newBendableLongScore.static BendableLongScoreBendableLongScore. ofUninitialized(int initScore, long[] hardScores, long[] softScores)Creates a newBendableLongScore.static BendableLongScoreBendableLongScore. parseScore(String scoreString)BendableLongScoreBendableLongScore. power(double exponent)BendableLongScoreBendableLongScore. subtract(BendableLongScore subtrahend)BendableLongScoreBendableLongScore. withInitScore(int newInitScore)BendableLongScoreBendableLongScore. zero()static BendableLongScoreBendableLongScore. zero(int hardLevelsSize, int softLevelsSize)Creates a newBendableLongScore.Methods in org.optaplanner.core.api.score.buildin.bendablelong with parameters of type BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScore. add(BendableLongScore addend)intBendableLongScore. compareTo(BendableLongScore other)BendableLongScoreBendableLongScore. subtract(BendableLongScore subtrahend)voidBendableLongScore. validateCompatible(BendableLongScore other) -
Uses of BendableLongScore in org.optaplanner.core.impl.score.buildin
Methods in org.optaplanner.core.impl.score.buildin that return BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)BendableLongScoreBendableLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)BendableLongScoreBendableLongScoreDefinition. createScore(long... scores)BendableLongScoreBendableLongScoreDefinition. createScoreUninitialized(int initScore, long... scores)BendableLongScoreBendableLongScoreDefinition. divideBySanitizedDivisor(BendableLongScore dividend, BendableLongScore divisor)BendableLongScoreBendableLongScoreDefinition. fromLevelNumbers(int initScore, Number[] levelNumbers)BendableLongScoreBendableLongScoreDefinition. getOneSoftestScore()BendableLongScoreBendableLongScoreDefinition. getZeroScore()BendableLongScoreBendableLongScoreDefinition. parseScore(String scoreString)Methods in org.optaplanner.core.impl.score.buildin that return types with arguments of type BendableLongScore Modifier and Type Method Description Class<BendableLongScore>BendableLongScoreDefinition. getScoreClass()Methods in org.optaplanner.core.impl.score.buildin with parameters of type BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScoreDefinition. buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)BendableLongScoreBendableLongScoreDefinition. buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, BendableLongScore score)BendableLongScoreBendableLongScoreDefinition. divideBySanitizedDivisor(BendableLongScore dividend, BendableLongScore divisor) -
Uses of BendableLongScore in org.optaplanner.core.impl.score.director.drools.holder
Fields in org.optaplanner.core.impl.score.director.drools.holder with type parameters of type BendableLongScore Modifier and Type Field Description protected Map<org.kie.api.definition.rule.Rule,AbstractScoreHolder.ScoreMatchExecutor<BendableLongScore>>BendableLongScoreHolderImpl. matchExecutorByScoreMapMethods in org.optaplanner.core.impl.score.director.drools.holder that return BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScoreHolderImpl. extractScore(int initScore)Methods in org.optaplanner.core.impl.score.director.drools.holder with parameters of type BendableLongScore Modifier and Type Method Description voidBendableLongScoreHolderImpl. configureConstraintWeight(org.kie.api.definition.rule.Rule rule, BendableLongScore constraintWeight) -
Uses of BendableLongScore in org.optaplanner.core.impl.score.stream.common.inliner
Methods in org.optaplanner.core.impl.score.stream.common.inliner that return BendableLongScore Modifier and Type Method Description BendableLongScoreBendableLongScoreInliner. extractScore(int initScore)
-