OptaPlanner distribution 6.0.0.CR3

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

Packages that use VrpCustomer
org.optaplanner.examples.vehiclerouting.domain   
org.optaplanner.examples.vehiclerouting.domain.solver   
org.optaplanner.examples.vehiclerouting.domain.timewindowed   
org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver   
 

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

Fields in org.optaplanner.examples.vehiclerouting.domain declared as VrpCustomer
protected  VrpCustomer VrpVehicle.nextCustomer
           
protected  VrpCustomer VrpCustomer.nextCustomer
           
 

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

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

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

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type VrpCustomer
 void VrpVehicle.setNextCustomer(VrpCustomer nextCustomer)
           
 void VrpStandstill.setNextCustomer(VrpCustomer nextCustomer)
           
 void VrpCustomer.setNextCustomer(VrpCustomer nextCustomer)
           
 

Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type VrpCustomer
 void VrpSchedule.setCustomerList(List<VrpCustomer> customerList)
           
 

Uses of VrpCustomer in org.optaplanner.examples.vehiclerouting.domain.solver
 

Methods in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type VrpCustomer
 void VehicleUpdatingVariableListener.afterEntityAdded(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void VehicleUpdatingVariableListener.afterEntityRemoved(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void VehicleUpdatingVariableListener.afterVariableChanged(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void VehicleUpdatingVariableListener.beforeEntityAdded(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void VehicleUpdatingVariableListener.beforeEntityRemoved(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void VehicleUpdatingVariableListener.beforeVariableChanged(ScoreDirector scoreDirector, VrpCustomer customer)
           
 int VrpCustomerDifficultyComparator.compare(VrpCustomer a, VrpCustomer b)
           
protected  void VehicleUpdatingVariableListener.updateVehicle(ScoreDirector scoreDirector, VrpCustomer sourceCustomer)
           
 

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

Subclasses of VrpCustomer in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 class VrpTimeWindowedCustomer
           
 

Uses of VrpCustomer in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
 

Methods in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver with parameters of type VrpCustomer
 void ArrivalTimeUpdatingVariableListener.afterEntityAdded(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void ArrivalTimeUpdatingVariableListener.afterEntityRemoved(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void ArrivalTimeUpdatingVariableListener.afterVariableChanged(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void ArrivalTimeUpdatingVariableListener.beforeEntityAdded(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void ArrivalTimeUpdatingVariableListener.beforeEntityRemoved(ScoreDirector scoreDirector, VrpCustomer customer)
           
 void ArrivalTimeUpdatingVariableListener.beforeVariableChanged(ScoreDirector scoreDirector, VrpCustomer customer)
           
 


OptaPlanner distribution 6.0.0.CR3

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