org.optaplanner.examples.vehiclerouting.domain.solver.nearby
Class CustomerNearbyDistanceMeter
java.lang.Object
org.optaplanner.examples.vehiclerouting.domain.solver.nearby.CustomerNearbyDistanceMeter
- All Implemented Interfaces:
- org.optaplanner.core.impl.heuristic.selector.common.nearby.NearbyDistanceMeter<Customer,Standstill>
public class CustomerNearbyDistanceMeter
- extends Object
- implements org.optaplanner.core.impl.heuristic.selector.common.nearby.NearbyDistanceMeter<Customer,Standstill>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerNearbyDistanceMeter
public CustomerNearbyDistanceMeter()
getNearbyDistance
public double getNearbyDistance(Customer origin,
Standstill destination)
- Specified by:
getNearbyDistance in interface org.optaplanner.core.impl.heuristic.selector.common.nearby.NearbyDistanceMeter<Customer,Standstill>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.