Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.Flight
-
Packages that use Flight Package Description org.optaplanner.examples.flightcrewscheduling.domain -
-
Uses of Flight in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return Flight Modifier and Type Method Description FlightFlightAssignment. getFlight()Methods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type Flight Modifier and Type Method Description List<Flight>FlightCrewSolution. getFlightList()Methods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type Flight Modifier and Type Method Description intFlight. compareTo(Flight o)booleanFlight. overlaps(Flight other)voidFlightAssignment. setFlight(Flight flight)Method parameters in org.optaplanner.examples.flightcrewscheduling.domain with type arguments of type Flight Modifier and Type Method Description voidFlightCrewSolution. setFlightList(List<Flight> flightList)
-