|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
int |
LatitudeCustomerDifficultyComparator.compare(Customer a,
Customer b)
|
Comparable |
DepotDistanceCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer)
|
Comparable |
DepotAngleCustomerDifficultyWeightFactory.createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution,
Customer customer)
|
Constructors in org.optaplanner.examples.vehiclerouting.domain.solver with parameters of type Customer | |
---|---|
DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight(Customer customer,
double depotAngle,
int depotRoundTripDistance)
|
|
DepotDistanceCustomerDifficultyWeightFactory.DepotDistanceCustomerDifficultyWeight(Customer customer,
int 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 | |
---|---|
double |
CustomerNearbyDistanceMeter.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 | |
---|---|
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)
|
Uses of Customer in org.optaplanner.examples.vehiclerouting.swingui |
---|
Methods in org.optaplanner.examples.vehiclerouting.swingui that return Customer | |
---|---|
protected Customer |
VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution,
Location newLocation)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |