org.optaplanner.examples.vehiclerouting.solver.score
Class VehicleRoutingSimpleScoreCalculator
java.lang.Object
org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingSimpleScoreCalculator
- All Implemented Interfaces:
- org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VehicleRoutingSolution>
public class VehicleRoutingSimpleScoreCalculator
- extends Object
- implements org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VehicleRoutingSolution>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleRoutingSimpleScoreCalculator
public VehicleRoutingSimpleScoreCalculator()
calculateScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore calculateScore(VehicleRoutingSolution schedule)
- Specified by:
calculateScore in interface org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VehicleRoutingSolution>
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.