Modifier and Type | Class and Description |
---|---|
class |
Customer |
class |
Vehicle |
Modifier and Type | Field and Description |
---|---|
protected Standstill |
Customer.previousStandstill |
Modifier and Type | Method and Description |
---|---|
Standstill |
Customer.getPreviousStandstill() |
Modifier and Type | Method and Description |
---|---|
long |
Customer.getDistanceFrom(Standstill standstill) |
long |
Vehicle.getDistanceTo(Standstill standstill) |
long |
Depot.getDistanceTo(Standstill standstill) |
long |
Customer.getDistanceTo(Standstill standstill) |
void |
Customer.setPreviousStandstill(Standstill previousStandstill) |
Modifier and Type | Method and Description |
---|---|
double |
CustomerNearbyDistanceMeter.getNearbyDistance(Customer origin,
Standstill destination) |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowedCustomer |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.