OptaPlanner distribution 6.0.0.CR3

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 declared as VrpVehicle
protected  VrpVehicle VrpCustomer.vehicle
           
 

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 VrpVehicle.getVehicle()
           
 VrpVehicle VrpStandstill.getVehicle()
           
 VrpVehicle VrpCustomer.getVehicle()
           
 

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

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type VrpVehicle
 void VrpCustomer.setVehicle(VrpVehicle vehicle)
           
 

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.CR3

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