Uses of Class
org.optaplanner.examples.conferencescheduling.domain.ConferenceSolution
Packages that use ConferenceSolution
Package
Description
-
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.app
Methods in org.optaplanner.examples.conferencescheduling.app that return types with arguments of type ConferenceSolutionModifier and TypeMethodDescriptionprotected CommonApp.ExtraAction<ConferenceSolution>[]ConferenceSchedulingApp.createExtraActions()ConferenceSchedulingApp.createSolutionFileIO() -
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return ConferenceSolutionModifier and TypeMethodDescriptionConferenceSolution.withConstraintConfiguration(ConferenceConstraintConfiguration constraintConfiguration) ConferenceSolution.withRoomList(List<Room> roomList) ConferenceSolution.withSpeakerList(List<Speaker> speakerList) ConferenceSolution.withTalkList(List<Talk> talkList) ConferenceSolution.withTalkTypeList(List<TalkType> talkTypeList) ConferenceSolution.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 ConferenceSolutionModifier and TypeFieldDescriptionprotected final SolutionFileIO<ConferenceSolution>ConferenceSchedulingGenerator.solutionFileIOMethods in org.optaplanner.examples.conferencescheduling.persistence that return ConferenceSolutionModifier and TypeMethodDescriptionConferenceSchedulingGenerator.createConferenceSolution(String fileName, int timeslotListSize, int roomListSize, int speakerListSize, int talkListSize) ConferenceSchedulingCfpDevoxxImporter.importSolution()Methods in org.optaplanner.examples.conferencescheduling.persistence with parameters of type ConferenceSolutionModifier and TypeMethodDescriptionvoidConferenceSchedulingXlsxFileIO.write(ConferenceSolution solution, File outputSolutionFile) -
Uses of ConferenceSolution in org.optaplanner.examples.conferencescheduling.swingui
Methods in org.optaplanner.examples.conferencescheduling.swingui with parameters of type ConferenceSolutionModifier and TypeMethodDescriptionvoidConferenceSchedulingPanel.resetPanel(ConferenceSolution solution) Method parameters in org.optaplanner.examples.conferencescheduling.swingui with type arguments of type ConferenceSolutionModifier and TypeMethodDescriptionvoidConferenceCFPImportAction.accept(SolutionBusiness<ConferenceSolution, ?> solutionBusiness, SolutionPanel<ConferenceSolution> solutionPanel) voidConferenceCFPImportAction.accept(SolutionBusiness<ConferenceSolution, ?> solutionBusiness, SolutionPanel<ConferenceSolution> solutionPanel)