OptaPlanner distribution 6.0.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)
           
static HardSoftDoubleScore HardSoftDoubleScore.parseScore(String scoreString)
           
 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.getPerfectMaximumScore()
           
 HardSoftDoubleScore HardSoftDoubleScoreDefinition.getPerfectMinimumScore()
           
 

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
 double HardSoftDoubleScoreDefinition.calculateTimeGradient(HardSoftDoubleScore startScore, HardSoftDoubleScore endScore, HardSoftDoubleScore score)
           
 void HardSoftDoubleScoreDefinition.setPerfectMaximumScore(HardSoftDoubleScore perfectMaximumScore)
           
 void HardSoftDoubleScoreDefinition.setPerfectMinimumScore(HardSoftDoubleScore perfectMinimumScore)
           
 


OptaPlanner distribution 6.0.0.Beta1

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