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