OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.vehiclerouting.domain.solver.nearby
Class CustomerNearbyDistanceMeter

java.lang.Object
  extended by 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>


Constructor Summary
CustomerNearbyDistanceMeter()
           
 
Method Summary
 double getNearbyDistance(Customer origin, Standstill destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerNearbyDistanceMeter

public CustomerNearbyDistanceMeter()
Method Detail

getNearbyDistance

public double getNearbyDistance(Customer origin,
                                Standstill destination)
Specified by:
getNearbyDistance in interface org.optaplanner.core.impl.heuristic.selector.common.nearby.NearbyDistanceMeter<Customer,Standstill>

OptaPlanner examples 6.2.0.CR1

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