OptaPlanner distribution 6.0.0.Final

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

Packages that use Customer
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 Customer in org.optaplanner.examples.vehiclerouting.domain
 

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

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

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

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

Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Customer
 void Vehicle.setNextCustomer(Customer nextCustomer)
           
 void Standstill.setNextCustomer(Customer nextCustomer)
           
 void Customer.setNextCustomer(Customer nextCustomer)
           
 

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

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

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

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

Subclasses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed
 class TimeWindowedCustomer
           
 

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

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


OptaPlanner distribution 6.0.0.Final

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