OptaPlanner distribution 6.0.0-SNAPSHOT

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   
org.optaplanner.examples.cloudbalancing.domain   
org.optaplanner.examples.cloudbalancing.solver.score   
org.optaplanner.examples.curriculumcourse.domain   
org.optaplanner.examples.examination.domain   
org.optaplanner.examples.nurserostering.domain   
org.optaplanner.examples.travelingtournament.domain   
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.solver.score   
 

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)
           
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.getPerfectMaximumScore()
           
 HardSoftScore HardSoftScoreDefinition.getPerfectMinimumScore()
           
 

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

Uses of HardSoftScore in org.optaplanner.examples.cloudbalancing.domain
 

Methods in org.optaplanner.examples.cloudbalancing.domain that return HardSoftScore
 HardSoftScore CloudBalance.getScore()
           
 

Methods in org.optaplanner.examples.cloudbalancing.domain with parameters of type HardSoftScore
 void CloudBalance.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.cloudbalancing.solver.score
 

Methods in org.optaplanner.examples.cloudbalancing.solver.score that return HardSoftScore
 HardSoftScore CloudBalancingIncrementalScoreCalculator.calculateScore()
           
 HardSoftScore CloudBalancingSimpleScoreCalculator.calculateScore(CloudBalance cloudBalance)
          A very simple implementation.
 HardSoftScore CloudBalancingMapBasedSimpleScoreCalculator.calculateScore(CloudBalance cloudBalance)
           
 

Uses of HardSoftScore in org.optaplanner.examples.curriculumcourse.domain
 

Methods in org.optaplanner.examples.curriculumcourse.domain that return HardSoftScore
 HardSoftScore CourseSchedule.getScore()
           
 

Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type HardSoftScore
 void CourseSchedule.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.examination.domain
 

Methods in org.optaplanner.examples.examination.domain that return HardSoftScore
 HardSoftScore Examination.getScore()
           
 

Methods in org.optaplanner.examples.examination.domain with parameters of type HardSoftScore
 void Examination.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.nurserostering.domain
 

Methods in org.optaplanner.examples.nurserostering.domain that return HardSoftScore
 HardSoftScore NurseRoster.getScore()
           
 

Methods in org.optaplanner.examples.nurserostering.domain with parameters of type HardSoftScore
 void NurseRoster.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.travelingtournament.domain
 

Methods in org.optaplanner.examples.travelingtournament.domain that return HardSoftScore
 HardSoftScore TravelingTournament.getScore()
           
 

Methods in org.optaplanner.examples.travelingtournament.domain with parameters of type HardSoftScore
 void TravelingTournament.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.vehiclerouting.domain
 

Fields in org.optaplanner.examples.vehiclerouting.domain declared as HardSoftScore
protected  HardSoftScore VehicleRoutingSolution.score
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return HardSoftScore
 HardSoftScore VehicleRoutingSolution.getScore()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type HardSoftScore
 void VehicleRoutingSolution.setScore(HardSoftScore score)
           
 

Uses of HardSoftScore in org.optaplanner.examples.vehiclerouting.solver.score
 

Methods in org.optaplanner.examples.vehiclerouting.solver.score that return HardSoftScore
 HardSoftScore VehicleRoutingIncrementalScoreCalculator.calculateScore()
           
 HardSoftScore VehicleRoutingSimpleScoreCalculator.calculateScore(VehicleRoutingSolution schedule)
           
 


OptaPlanner distribution 6.0.0-SNAPSHOT

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