Drools Planner distribution 6.0.0.Alpha9

Uses of Class
org.drools.planner.examples.vehiclerouting.domain.VrpLocation

Packages that use VrpLocation
org.drools.planner.examples.vehiclerouting.domain   
 

Uses of VrpLocation in org.drools.planner.examples.vehiclerouting.domain
 

Methods in org.drools.planner.examples.vehiclerouting.domain that return VrpLocation
 VrpLocation VrpVehicle.getLocation()
           
 VrpLocation VrpDepot.getLocation()
           
 VrpLocation VrpCustomer.getLocation()
           
 VrpLocation VrpAppearance.getLocation()
           
 

Methods in org.drools.planner.examples.vehiclerouting.domain that return types with arguments of type VrpLocation
 List<VrpLocation> VrpSchedule.getLocationList()
           
 

Methods in org.drools.planner.examples.vehiclerouting.domain with parameters of type VrpLocation
 int VrpLocation.getDistance(VrpLocation location)
          The distance is not in miles or km, but in the TSPLIB's unit of measurement.
 void VrpDepot.setLocation(VrpLocation location)
           
 void VrpCustomer.setLocation(VrpLocation location)
           
 

Method parameters in org.drools.planner.examples.vehiclerouting.domain with type arguments of type VrpLocation
 void VrpSchedule.setLocationList(List<VrpLocation> locationList)
           
 


Drools Planner distribution 6.0.0.Alpha9

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