OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.api.score.buildin.hardsoftdouble.HardSoftDoubleScore

Packages that use HardSoftDoubleScore
org.optaplanner.core.api.score.buildin.hardsoftdouble   
org.optaplanner.core.impl.score.buildin.hardsoftdouble   
 

Uses of HardSoftDoubleScore in org.optaplanner.core.api.score.buildin.hardsoftdouble
 

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

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

Uses of HardSoftDoubleScore in org.optaplanner.core.impl.score.buildin.hardsoftdouble
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoftdouble that return HardSoftDoubleScore
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore score)
           
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore score)
           
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.parseScore(String scoreString)
           
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoftdouble that return types with arguments of type HardSoftDoubleScore
 Class<HardSoftDoubleScore> HardSoftDoubleScoreDefinition.getScoreClass()
           
 

Methods in org.optaplanner.core.impl.score.buildin.hardsoftdouble with parameters of type HardSoftDoubleScore
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.buildOptimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore score)
           
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.buildPessimisticBound(InitializingScoreTrend initializingScoreTrend, HardSoftDoubleScore score)
           
 


OptaPlanner core 6.2.0.Beta1

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