Package | Description |
---|---|
org.optaplanner.examples.rocktour.domain |
Modifier and Type | Field and Description |
---|---|
protected Map<RockLocation,Long> |
RockLocation.drivingSecondsMap |
Modifier and Type | Method and Description |
---|---|
RockLocation |
RockStandstill.getArrivalLocation() |
RockLocation |
RockShow.getArrivalLocation() |
RockLocation |
RockBus.getArrivalLocation() |
RockLocation |
RockStandstill.getDepartureLocation() |
RockLocation |
RockShow.getDepartureLocation() |
RockLocation |
RockBus.getDepartureLocation() |
RockLocation |
RockBus.getEndLocation() |
RockLocation |
RockShow.getLocation() |
RockLocation |
RockBus.getStartLocation() |
Modifier and Type | Method and Description |
---|---|
Map<RockLocation,Long> |
RockLocation.getDrivingSecondsMap() |
Modifier and Type | Method and Description |
---|---|
long |
RockLocation.getAirDistanceTo(RockLocation location) |
long |
RockLocation.getDrivingTimeTo(RockLocation location) |
void |
RockBus.setEndLocation(RockLocation endLocation) |
void |
RockShow.setLocation(RockLocation location) |
void |
RockBus.setStartLocation(RockLocation startLocation) |
Modifier and Type | Method and Description |
---|---|
void |
RockLocation.setDrivingSecondsMap(Map<RockLocation,Long> drivingSecondsMap) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.