Uses of Class
org.optaplanner.examples.vehiclerouting.domain.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as CustomerModifier and TypeFieldDescriptionprotected CustomerCustomer.nextCustomerprotected CustomerCustomer.previousCustomerFields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type CustomerMethods in org.optaplanner.examples.vehiclerouting.domain that return CustomerMethods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type CustomerModifier and TypeMethodDescriptionVehicleRoutingSolution.getCustomerList()Vehicle.getCustomers()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type CustomerModifier and TypeMethodDescriptionvoidCustomer.setNextCustomer(Customer nextCustomer) voidCustomer.setPreviousCustomer(Customer previousCustomer) Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type CustomerModifier and TypeMethodDescriptionvoidVehicleRoutingSolution.setCustomerList(List<Customer> customerList) voidVehicle.setCustomers(List<Customer> customers) -
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain.solver
Methods in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type CustomerModifier and TypeMethodDescriptionintDepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer) DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer) Constructors in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type CustomerModifierConstructorDescriptionDepotAngleCustomerDifficultyWeight(Customer customer, double depotAngle, long depotRoundTripDistance) DepotDistanceCustomerDifficultyWeight(Customer customer, long depotRoundTripDistance) -
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain.solver.nearby
Methods in org.optaplanner.examples.vehiclerouting.domain.solver.nearby with parameters of type CustomerModifier and TypeMethodDescriptiondoubleCustomerNearbyDistanceMeter.getNearbyDistance(Customer origin, LocationAware destination) -
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed
Subclasses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed -
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
Methods in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver with parameters of type CustomerModifier and TypeMethodDescriptionvoidArrivalTimeUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) voidArrivalTimeUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, Customer customer) -
Uses of Customer in org.optaplanner.examples.vehiclerouting.swingui
Methods in org.optaplanner.examples.vehiclerouting.swingui that return CustomerModifier and TypeMethodDescriptionprotected CustomerVehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution, Location newLocation)