Modifier and Type | Field and Description |
---|---|
protected Customer |
Vehicle.nextCustomer |
protected Customer |
Customer.nextCustomer |
Modifier and Type | Field and Description |
---|---|
protected List<Customer> |
VehicleRoutingSolution.customerList |
Modifier and Type | Method and Description |
---|---|
Customer |
Vehicle.getNextCustomer() |
Customer |
Standstill.getNextCustomer() |
Customer |
Customer.getNextCustomer() |
Modifier and Type | Method and Description |
---|---|
List<Customer> |
VehicleRoutingSolution.getCustomerList() |
Modifier and Type | Method and Description |
---|---|
void |
Vehicle.setNextCustomer(Customer nextCustomer) |
void |
Standstill.setNextCustomer(Customer nextCustomer) |
void |
Customer.setNextCustomer(Customer nextCustomer) |
Modifier and Type | Method and Description |
---|---|
void |
VehicleRoutingSolution.setCustomerList(List<Customer> customerList) |
Modifier and Type | Method and Description |
---|---|
int |
LatitudeCustomerDifficultyComparator.compare(Customer a,
Customer b) |
DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight |
DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer) |
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight |
DepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer) |
Constructor and Description |
---|
DepotAngleCustomerDifficultyWeight(Customer customer,
double depotAngle,
long depotRoundTripDistance) |
DepotDistanceCustomerDifficultyWeight(Customer customer,
long depotRoundTripDistance) |
Modifier and Type | Method and Description |
---|---|
double |
CustomerNearbyDistanceMeter.getNearbyDistance(Customer origin,
Standstill destination) |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowedCustomer |
Modifier and Type | Method and Description |
---|---|
void |
ArrivalTimeUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
void |
ArrivalTimeUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
void |
ArrivalTimeUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Customer customer) |
Modifier and Type | Method and Description |
---|---|
protected Customer |
VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution,
Location newLocation) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.