|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Location in org.optaplanner.examples.vehiclerouting.domain |
---|
Fields in org.optaplanner.examples.vehiclerouting.domain declared as Location | |
---|---|
protected Location |
Depot.location
|
protected Location |
Customer.location
|
Fields in org.optaplanner.examples.vehiclerouting.domain with type parameters of type Location | |
---|---|
protected List<Location> |
VehicleRoutingSolution.locationList
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return Location | |
---|---|
Location |
Vehicle.getLocation()
|
Location |
Standstill.getLocation()
|
Location |
Depot.getLocation()
|
Location |
Customer.getLocation()
|
Methods in org.optaplanner.examples.vehiclerouting.domain that return types with arguments of type Location | |
---|---|
List<Location> |
VehicleRoutingSolution.getLocationList()
|
Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Location | |
---|---|
void |
Depot.setLocation(Location location)
|
void |
Customer.setLocation(Location location)
|
Method parameters in org.optaplanner.examples.vehiclerouting.domain with type arguments of type Location | |
---|---|
void |
VehicleRoutingSolution.setLocationList(List<Location> locationList)
|
Uses of Location in org.optaplanner.examples.vehiclerouting.domain.location |
---|
Subclasses of Location in org.optaplanner.examples.vehiclerouting.domain.location | |
---|---|
class |
AirLocation
The cost between 2 locations is a straight line: the euclidean distance between their GPS coordinates. |
class |
RoadLocation
The cost between 2 locations was precalculated on a real road network route. |
Methods in org.optaplanner.examples.vehiclerouting.domain.location with parameters of type Location | |
---|---|
double |
Location.getAirDistanceDouble(Location location)
|
double |
Location.getAngle(Location location)
The angle relative to the direction EAST. |
int |
RoadLocation.getDistance(Location location)
|
abstract int |
Location.getDistance(Location location)
The distance's unit of measurement depends on the VehicleRoutingSolution 's DistanceType . |
int |
AirLocation.getDistance(Location location)
|
Uses of Location in org.optaplanner.examples.vehiclerouting.domain.location.segmented |
---|
Subclasses of Location in org.optaplanner.examples.vehiclerouting.domain.location.segmented | |
---|---|
class |
HubSegmentLocation
Assistant for RoadSegmentLocation . |
class |
RoadSegmentLocation
Like RoadLocation ,
but for high scale problems to avoid the memory issue of keeping the entire cost matrix in memory. |
Methods in org.optaplanner.examples.vehiclerouting.domain.location.segmented with parameters of type Location | |
---|---|
int |
RoadSegmentLocation.getDistance(Location location)
|
int |
HubSegmentLocation.getDistance(Location location)
|
Uses of Location in org.optaplanner.examples.vehiclerouting.swingui |
---|
Methods in org.optaplanner.examples.vehiclerouting.swingui with parameters of type Location | |
---|---|
protected Customer |
VehicleRoutingPanel.createCustomer(VehicleRoutingSolution solution,
Location newLocation)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |