OptaPlanner distribution 6.1.0.Final

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

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

public class VehicleRoutingEasyScoreCalculator
extends Object
implements EasyScoreCalculator<VehicleRoutingSolution>


Constructor Summary
VehicleRoutingEasyScoreCalculator()
           
 
Method Summary
 HardSoftScore calculateScore(VehicleRoutingSolution schedule)
           
 
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 HardSoftScore calculateScore(VehicleRoutingSolution schedule)
Specified by:
calculateScore in interface EasyScoreCalculator<VehicleRoutingSolution>
Parameters:
schedule - never null
Returns:
never null

OptaPlanner distribution 6.1.0.Final

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