OptaPlanner examples 6.0.0.CR4-Pre1

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

java.lang.Object
  extended by org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingSimpleScoreCalculator
All Implemented Interfaces:
org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VrpSchedule>

public class VehicleRoutingSimpleScoreCalculator
extends Object
implements org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VrpSchedule>


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

Constructor Detail

VehicleRoutingSimpleScoreCalculator

public VehicleRoutingSimpleScoreCalculator()
Method Detail

calculateScore

public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore calculateScore(VrpSchedule schedule)
Specified by:
calculateScore in interface org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VrpSchedule>

OptaPlanner examples 6.0.0.CR4-Pre1

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