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