Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Speaker
Packages that use Speaker
-
Uses of Speaker in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return SpeakerModifier and TypeMethodDescriptionSpeaker.withPreferredRoomTagSet(Set<String> preferredRoomTagSet) Speaker.withPreferredTimeslotTagSet(Set<String> preferredTimeslotTagSet) Speaker.withProhibitedRoomTagSet(Set<String> prohibitedRoomTagSet) Speaker.withProhibitedTimeslotTagSet(Set<String> prohibitedTimeslotTagSet) Speaker.withRequiredRoomTagSet(Set<String> requiredRoomTagSet) Speaker.withRequiredTimeslotTagSet(Set<String> requiredTimeslotTagSet) Speaker.withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest) Speaker.withUndesiredRoomTagSet(Set<String> undesiredRoomTagSet) Speaker.withUndesiredTimeslotTagSet(Set<String> undesiredTimeslotTagSet) Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type SpeakerMethods in org.optaplanner.examples.conferencescheduling.domain with parameters of type SpeakerMethod parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type SpeakerModifier and TypeMethodDescriptionvoidConferenceSolution.setSpeakerList(List<Speaker> speakerList) voidTalk.setSpeakerList(List<Speaker> speakerList) ConferenceSolution.withSpeakerList(List<Speaker> speakerList) Talk.withSpeakerList(List<Speaker> speakerList)