Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.Airport
-
Packages that use Airport Package Description org.optaplanner.examples.flightcrewscheduling.domain org.optaplanner.examples.flightcrewscheduling.persistence -
-
Uses of Airport in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return Airport Modifier and Type Method Description AirportFlight. getArrivalAirport()AirportFlight. getDepartureAirport()AirportEmployee. getHomeAirport()Methods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type Airport Modifier and Type Method Description List<Airport>FlightCrewSolution. getAirportList()Map<Airport,Long>Airport. getTaxiTimeInMinutesMap()Methods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type Airport Modifier and Type Method Description intAirport. compareTo(Airport o)doubleAirport. getHaversineDistanceInKmTo(Airport other)LongAirport. 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 Airport Modifier and Type Method Description voidFlightCrewSolution. setAirportList(List<Airport> airportList)voidAirport. setTaxiTimeInMinutesMap(Map<Airport,Long> taxiTimeInMinutesMap) -
Uses of Airport in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence with type parameters of type Airport Modifier and Type Field Description protected List<Airport>FlightCrewSchedulingGenerator. homeAirportList
-