Uses of Class
org.optaplanner.examples.flightcrewscheduling.domain.FlightCrewSolution
-
-
Uses of FlightCrewSolution in org.optaplanner.examples.flightcrewscheduling.app
Methods in org.optaplanner.examples.flightcrewscheduling.app that return types with arguments of type FlightCrewSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<FlightCrewSolution>FlightCrewSchedulingApp. createSolutionFileIO() -
Uses of FlightCrewSolution in org.optaplanner.examples.flightcrewscheduling.persistence
Fields in org.optaplanner.examples.flightcrewscheduling.persistence with type parameters of type FlightCrewSolution Modifier and Type Field Description protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<FlightCrewSolution>FlightCrewSchedulingGenerator. solutionFileIOMethods in org.optaplanner.examples.flightcrewscheduling.persistence that return FlightCrewSolution Modifier and Type Method Description FlightCrewSolutionFlightCrewSchedulingGenerator. createFlightCrewSolution(String fileName, List<LocationDataGenerator.LocationData> locationDataList, int flightRoundTripsPerDay, int dayCount)FlightCrewSolutionFlightCrewSchedulingXlsxFileIO. read(File inputSolutionFile)Methods in org.optaplanner.examples.flightcrewscheduling.persistence with parameters of type FlightCrewSolution Modifier and Type Method Description voidFlightCrewSchedulingXlsxFileIO. 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 FlightCrewSolution Modifier and Type Method Description voidFlightCrewSchedulingPanel. resetPanel(FlightCrewSolution solution)voidFlightCrewSchedulingWorldPanel. resetPanel(FlightCrewSolution solution)voidFlightCrewSchedulingPanel. updatePanel(FlightCrewSolution solution)voidFlightCrewSchedulingWorldPanel. updatePanel(FlightCrewSolution solution)
-