OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.vehiclerouting.solver.score
Class VehicleRoutingEasyScoreCalculator

java.lang.Object
  extended by org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingEasyScoreCalculator
All Implemented Interfaces:
org.optaplanner.core.impl.score.director.easy.EasyScoreCalculator<VehicleRoutingSolution>

public class VehicleRoutingEasyScoreCalculator
extends Object
implements org.optaplanner.core.impl.score.director.easy.EasyScoreCalculator<VehicleRoutingSolution>


Constructor Summary
VehicleRoutingEasyScoreCalculator()
           
 
Method Summary
 org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore calculateScore(VehicleRoutingSolution solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRoutingEasyScoreCalculator

public VehicleRoutingEasyScoreCalculator()
Method Detail

calculateScore

public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore calculateScore(VehicleRoutingSolution solution)
Specified by:
calculateScore in interface org.optaplanner.core.impl.score.director.easy.EasyScoreCalculator<VehicleRoutingSolution>

OptaPlanner examples 6.2.0.CR1

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