| Package | Description |
|---|---|
| org.optaplanner.examples.flightcrewscheduling.domain | |
| org.optaplanner.examples.flightcrewscheduling.persistence |
| Modifier and Type | Method and Description |
|---|---|
Airport |
Flight.getArrivalAirport() |
Airport |
Flight.getDepartureAirport() |
Airport |
Employee.getHomeAirport() |
| Modifier and Type | Method and Description |
|---|---|
List<Airport> |
FlightCrewSolution.getAirportList() |
Map<Airport,Long> |
Airport.getTaxiTimeInMinutesMap() |
| Modifier and Type | Method and Description |
|---|---|
double |
Airport.getHaversineDistanceInKmTo(Airport other) |
Long |
Airport.getTaxiTimeInMinutesTo(Airport other) |
void |
Flight.setArrivalAirport(Airport arrivalAirport) |
void |
Flight.setDepartureAirport(Airport departureAirport) |
void |
Employee.setHomeAirport(Airport homeAirport) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlightCrewSolution.setAirportList(List<Airport> airportList) |
void |
Airport.setTaxiTimeInMinutesMap(Map<Airport,Long> taxiTimeInMinutesMap) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Airport> |
FlightCrewSchedulingGenerator.homeAirportList |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.