OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore

Packages that use HardSoftScore
org.optaplanner.core.api.score.buildin.hardsoft   
org.optaplanner.core.impl.score.buildin.hardsoft   
 

Uses of HardSoftScore in org.optaplanner.core.api.score.buildin.hardsoft
 

Methods in org.optaplanner.core.api.score.buildin.hardsoft that return HardSoftScore
 HardSoftScore HardSoftScore.add(HardSoftScore augment)
           
 HardSoftScore HardSoftScore.divide(double divisor)
           
 HardSoftScore HardSoftScore.multiply(double multiplicand)
           
 HardSoftScore HardSoftScore.negate()
           
static HardSoftScore HardSoftScore.parseScore(String scoreString)
           
 HardSoftScore HardSoftScore.power(double exponent)
           
 HardSoftScore HardSoftScore.subtract(HardSoftScore subtrahend)
           
static HardSoftScore HardSoftScore.valueOf(int hardScore, int softScore)
           
 

Methods in org.optaplanner.core.api.score.buildin.hardsoft with parameters of type HardSoftScore
 HardSoftScore HardSoftScore.add(HardSoftScore augment)
           
 int HardSoftScore.compareTo(HardSoftScore other)
           
 HardSoftScore HardSoftScore.subtract(HardSoftScore subtrahend)
           
 

Uses of HardSoftScore in org.optaplanner.core.impl.score.buildin.hardsoft
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return HardSoftScore
 HardSoftScore HardSoftScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
           
 HardSoftScore HardSoftScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
           
 HardSoftScore HardSoftScoreDefinition.parseScore(String scoreString)
           
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoft that return types with arguments of type HardSoftScore
 Class<HardSoftScore> HardSoftScoreDefinition.getScoreClass()
           
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoft with parameters of type HardSoftScore
 HardSoftScore HardSoftScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
           
 HardSoftScore HardSoftScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftScore score)
           
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.