Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.FlightCrewSolution
Packages that use FlightCrewSolution
Package
Description
-
Uses of FlightCrewSolution in org.optaplanner.examples.flightcrewscheduling.app
Methods in org.optaplanner.examples.flightcrewscheduling.app that return types with arguments of type FlightCrewSolution -
Uses of FlightCrewSolution in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence with type parameters of type FlightCrewSolutionModifier and TypeFieldDescriptionprotected final SolutionFileIO<FlightCrewSolution>FlightCrewSchedulingGenerator.solutionFileIOMethods in org.optaplanner.examples.flightcrewscheduling.persistence that return FlightCrewSolutionModifier and TypeMethodDescriptionFlightCrewSchedulingGenerator.createFlightCrewSolution(String fileName, List<LocationDataGenerator.LocationData> locationDataList, int flightRoundTripsPerDay, int dayCount) Methods in org.optaplanner.examples.flightcrewscheduling.persistence with parameters of type FlightCrewSolutionModifier and TypeMethodDescriptionvoidFlightCrewSchedulingXlsxFileIO.write(FlightCrewSolution solution, File outputSolutionFile) -
Uses of FlightCrewSolution in org.optaplanner.examples.flightcrewscheduling.swingui
Methods in org.optaplanner.examples.flightcrewscheduling.swingui with parameters of type FlightCrewSolutionModifier and TypeMethodDescriptionvoidFlightCrewSchedulingPanel.resetPanel(FlightCrewSolution solution) voidFlightCrewSchedulingWorldPanel.resetPanel(FlightCrewSolution solution) voidFlightCrewSchedulingPanel.updatePanel(FlightCrewSolution solution) voidFlightCrewSchedulingWorldPanel.updatePanel(FlightCrewSolution solution)