Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.FlightAssignment
-
Packages that use FlightAssignment Package Description org.optaplanner.examples.flightcrewscheduling.domain -
-
Uses of FlightAssignment in org.optaplanner.examples.flightcrewscheduling.domain
Methods in org.optaplanner.examples.flightcrewscheduling.domain that return types with arguments of type FlightAssignment Modifier and Type Method Description List<FlightAssignment>FlightCrewSolution. getFlightAssignmentList()SortedSet<FlightAssignment>Employee. getFlightAssignmentSet()Methods in org.optaplanner.examples.flightcrewscheduling.domain with parameters of type FlightAssignment Modifier and Type Method Description intFlightAssignment. compareTo(FlightAssignment o)Method parameters in org.optaplanner.examples.flightcrewscheduling.domain with type arguments of type FlightAssignment Modifier and Type Method Description voidFlightCrewSolution. setFlightAssignmentList(List<FlightAssignment> flightAssignmentList)voidEmployee. setFlightAssignmentSet(SortedSet<FlightAssignment> flightAssignmentSet)
-