Uses of Class
org.optaplanner.examples.conferencescheduling.domain.ConferenceSolution
-
-
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.app
Methods in org.optaplanner.examples.conferencescheduling.app that return types with arguments of type ConferenceSolution Modifier and Type Method Description protected CommonApp.ExtraAction<ConferenceSolution>[]ConferenceSchedulingApp. createExtraActions()org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<ConferenceSolution>ConferenceSchedulingApp. createSolutionFileIO() -
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return ConferenceSolution Modifier and Type Method Description ConferenceSolutionConferenceSolution. withConstraintConfiguration(ConferenceConstraintConfiguration constraintConfiguration)ConferenceSolutionConferenceSolution. withRoomList(List<Room> roomList)ConferenceSolutionConferenceSolution. withSpeakerList(List<Speaker> speakerList)ConferenceSolutionConferenceSolution. withTalkList(List<Talk> talkList)ConferenceSolutionConferenceSolution. withTalkTypeList(List<TalkType> talkTypeList)ConferenceSolutionConferenceSolution. withTimeslotList(List<Timeslot> timeslotList) -
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.persistence
Fields in org.optaplanner.examples.conferencescheduling.persistence with type parameters of type ConferenceSolution Modifier and Type Field Description protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<ConferenceSolution>ConferenceSchedulingGenerator. solutionFileIOMethods in org.optaplanner.examples.conferencescheduling.persistence that return ConferenceSolution Modifier and Type Method Description ConferenceSolutionConferenceSchedulingGenerator. createConferenceSolution(String fileName, int timeslotListSize, int roomListSize, int speakerListSize, int talkListSize)ConferenceSolutionConferenceSchedulingCfpDevoxxImporter. importSolution()ConferenceSolutionConferenceSchedulingXlsxFileIO. read(File inputSolutionFile)Methods in org.optaplanner.examples.conferencescheduling.persistence with parameters of type ConferenceSolution Modifier and Type Method Description voidConferenceSchedulingXlsxFileIO. write(ConferenceSolution solution, File outputSolutionFile) -
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.swingui
Methods in org.optaplanner.examples.conferencescheduling.swingui that return types with arguments of type ConferenceSolution Modifier and Type Method Description BiConsumer<SolutionBusiness<ConferenceSolution,?>,SolutionPanel<ConferenceSolution>>ConferenceCFPImportAction. getConsumer()BiConsumer<SolutionBusiness<ConferenceSolution,?>,SolutionPanel<ConferenceSolution>>ConferenceCFPImportAction. getConsumer()Methods in org.optaplanner.examples.conferencescheduling.swingui with parameters of type ConferenceSolution Modifier and Type Method Description voidConferenceSchedulingPanel. resetPanel(ConferenceSolution solution)
-