Drools Planner examples 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 VrpAppearance.getLocation()
           
 VrpLocation VrpVehicle.getLocation()
           
 VrpLocation VrpCustomer.getLocation()
           
 VrpLocation VrpDepot.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 VrpCustomer.setLocation(VrpLocation location)
           
 void VrpDepot.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 examples 6.0.0.Alpha9

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