OptaPlanner distribution 6.0.0.Final

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

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

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as Vehicle
protected  Vehicle Customer.vehicle
           
 

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

Methods in org.optaplanner.examples.vehiclerouting.domain that return Vehicle
 Vehicle Vehicle.getVehicle()
           
 Vehicle Standstill.getVehicle()
           
 Vehicle Customer.getVehicle()
           
 

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

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

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


OptaPlanner distribution 6.0.0.Final

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