Uses of Class
org.optaplanner.examples.vehiclerouting.domain.Customer
-
-
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain
Fields in org.optaplanner.examples.vehiclerouting.domain declared as Customer Modifier and Type Field Description protected CustomerCustomer. nextCustomerprotected CustomerVehicle. nextCustomerFields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type Customer Modifier and Type Field Description protected List<Customer>VehicleRoutingSolution. customerListMethods in org.optaplanner.examples.vehiclerouting.domain that return Customer Modifier and Type Method Description CustomerCustomer. getNextCustomer()CustomerStandstill. getNextCustomer()CustomerVehicle. getNextCustomer()Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type Customer Modifier and Type Method Description List<Customer>VehicleRoutingSolution. getCustomerList()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Customer Modifier and Type Method Description voidCustomer. setNextCustomer(Customer nextCustomer)voidStandstill. setNextCustomer(Customer nextCustomer)voidVehicle. setNextCustomer(Customer nextCustomer)Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Customer Modifier and Type Method Description voidVehicleRoutingSolution. 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 Modifier and Type Method Description intLatitudeCustomerDifficultyComparator. compare(Customer a, Customer b)DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeightDepotAngleCustomerDifficultyWeightFactory. createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeightDepotDistanceCustomerDifficultyWeightFactory. createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)Constructors in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type Customer Constructor Description DepotAngleCustomerDifficultyWeight(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 Customer Modifier and Type Method Description doubleCustomerNearbyDistanceMeter. getNearbyDistance(Customer origin, Standstill destination) -
Uses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed
Subclasses of Customer in org.optaplanner.examples.vehiclerouting.domain.timewindowed Modifier and Type Class Description classTimeWindowedCustomer -
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 Modifier and Type Method Description voidArrivalTimeUpdatingVariableListener. 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 Customer Modifier and Type Method Description protected CustomerVehicleRoutingPanel. createCustomer(VehicleRoutingSolution solution, Location newLocation)
-