OptaPlanner distribution 6.0.0.Beta3

Uses of Class
org.optaplanner.examples.vehiclerouting.domain.VrpVehicle

Packages that use VrpVehicle
org.optaplanner.examples.vehiclerouting.domain   
 

Uses of VrpVehicle in org.optaplanner.examples.vehiclerouting.domain
 

Fields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type VrpVehicle
protected  List<VrpVehicle> VrpSchedule.vehicleList
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return VrpVehicle
 VrpVehicle VrpCustomer.getVehicle()
           
 

Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type VrpVehicle
 List<VrpVehicle> VrpSchedule.getVehicleList()
           
 

Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type VrpVehicle
 void VrpSchedule.setVehicleList(List<VrpVehicle> vehicleList)
           
 


OptaPlanner distribution 6.0.0.Beta3

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