OptaPlanner distribution 6.0.1.Final

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

Packages that use Depot
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.timewindowed   
 

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as Depot
protected  Depot Vehicle.depot
           
 

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

Methods in org.optaplanner.examples.vehiclerouting.domain that return Depot
 Depot Vehicle.getDepot()
           
 

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

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Depot
 void Vehicle.setDepot(Depot depot)
           
 

Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Depot
 void VehicleRoutingSolution.setDepotList(List<Depot> depotList)
           
 

Uses of Depot in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 

Subclasses of Depot in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 class TimeWindowedDepot
           
 


OptaPlanner distribution 6.0.1.Final

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