Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.Airport
Packages that use Airport
Package
Description
-
Uses of Airport in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return AirportModifier and TypeMethodDescriptionFlight.getArrivalAirport()Flight.getDepartureAirport()Employee.getHomeAirport()Methods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type AirportModifier and TypeMethodDescriptionFlightCrewSolution.getAirportList()Airport.getTaxiTimeInMinutesMap()Methods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type AirportModifier and TypeMethodDescriptionintdoubleAirport.getHaversineDistanceInKmTo(Airport other) Airport.getTaxiTimeInMinutesTo(Airport other) voidFlight.setArrivalAirport(Airport arrivalAirport) voidFlight.setDepartureAirport(Airport departureAirport) voidEmployee.setHomeAirport(Airport homeAirport) Method parameters in org.optaplanner.examples.flightcrewscheduling.domain with type arguments of type AirportModifier and TypeMethodDescriptionvoidFlightCrewSolution.setAirportList(List<Airport> airportList) voidAirport.setTaxiTimeInMinutesMap(Map<Airport, Long> taxiTimeInMinutesMap) Constructors in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type AirportModifierConstructorDescriptionFlight(long id, String flightNumber, Airport departureAirport, LocalDateTime departureUTCDateTime, Airport arrivalAirport, LocalDateTime arrivalUTCDateTime) -
Uses of Airport in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence with type parameters of type Airport