| Package | Description |
|---|---|
| org.optaplanner.examples.coachshuttlegathering.domain | |
| org.optaplanner.examples.coachshuttlegathering.domain.location |
| Modifier and Type | Field and Description |
|---|---|
protected RoadLocation |
Bus.departureLocation |
protected RoadLocation |
BusStop.location |
protected RoadLocation |
BusHub.location |
| Modifier and Type | Field and Description |
|---|---|
protected List<RoadLocation> |
CoachShuttleGatheringSolution.locationList |
| Modifier and Type | Method and Description |
|---|---|
RoadLocation |
Bus.getDepartureLocation() |
RoadLocation |
StopOrHub.getLocation() |
RoadLocation |
BusStop.getLocation() |
RoadLocation |
BusOrStop.getLocation() |
RoadLocation |
BusHub.getLocation() |
RoadLocation |
Bus.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<RoadLocation> |
CoachShuttleGatheringSolution.getLocationList() |
| Modifier and Type | Method and Description |
|---|---|
int |
Shuttle.getDistanceFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
int |
Coach.getDistanceFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
abstract int |
Bus.getDistanceFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
int |
Shuttle.getDurationFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
int |
Coach.getDurationFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
abstract int |
Bus.getDurationFromTo(RoadLocation sourceLocation,
RoadLocation targetLocation) |
void |
Bus.setDepartureLocation(RoadLocation departureLocation) |
void |
BusStop.setLocation(RoadLocation location) |
void |
BusHub.setLocation(RoadLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoachShuttleGatheringSolution.setLocationList(List<RoadLocation> locationList) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<RoadLocation,RoadLocationArc> |
RoadLocation.travelDistanceMap |
| Modifier and Type | Method and Description |
|---|---|
Map<RoadLocation,RoadLocationArc> |
RoadLocation.getTravelDistanceMap() |
| Modifier and Type | Method and Description |
|---|---|
double |
RoadLocation.getAirDistanceDouble(RoadLocation location) |
double |
RoadLocation.getAngle(RoadLocation location)
The angle relative to the direction EAST.
|
int |
RoadLocation.getCoachDistanceTo(RoadLocation location) |
int |
RoadLocation.getCoachDurationTo(RoadLocation location) |
int |
RoadLocation.getMaximumDistanceTo(RoadLocation location) |
int |
RoadLocation.getShuttleDistanceTo(RoadLocation location) |
int |
RoadLocation.getShuttleDurationTo(RoadLocation location) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoadLocation.setTravelDistanceMap(Map<RoadLocation,RoadLocationArc> travelDistanceMap) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.