Uses of Class
ai.timefold.solver.examples.flightcrewscheduling.domain.FlightAssignment
Packages that use FlightAssignment
-
Uses of FlightAssignment in ai.timefold.solver.examples.flightcrewscheduling.domain
Methods in ai.timefold.solver.examples.flightcrewscheduling.domain that return types with arguments of type FlightAssignmentModifier and TypeMethodDescriptionFlightCrewSolution.getFlightAssignmentList()Employee.getFlightAssignmentSet()Methods in ai.timefold.solver.examples.flightcrewscheduling.domain with parameters of type FlightAssignmentMethod parameters in ai.timefold.solver.examples.flightcrewscheduling.domain with type arguments of type FlightAssignmentModifier and TypeMethodDescriptionvoidFlightCrewSolution.setFlightAssignmentList(List<FlightAssignment> flightAssignmentList) voidEmployee.setFlightAssignmentSet(SortedSet<FlightAssignment> flightAssignmentSet)