OptaPlanner distribution 6.0.0.CR4-Pre1

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

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

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as VrpDepot
protected  VrpDepot VrpVehicle.depot
           
 

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

Methods in org.optaplanner.examples.vehiclerouting.domain that return VrpDepot
 VrpDepot VrpVehicle.getDepot()
           
 

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

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

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

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

Subclasses of VrpDepot in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 class VrpTimeWindowedDepot
           
 


OptaPlanner distribution 6.0.0.CR4-Pre1

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