Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Talk
Packages that use Talk
-
Uses of Talk in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return TalkModifier and TypeMethodDescriptionTalk.withAudienceLevel(int audienceLevel) Talk.withAudienceTypeSet(Set<String> audienceTypeSet) Talk.withContentTagSet(Set<String> contentTagSet) Talk.withFavoriteCount(int favoriteCount) Talk.withLanguage(String language) Talk.withMutuallyExclusiveTalksTagSet(Set<String> mutuallyExclusiveTalksTagSet) Talk.withPreferredRoomTagSet(Set<String> preferredRoomTagSet) Talk.withPreferredTimeslotTagSet(Set<String> preferredTimslotTagSet) Talk.withPrerequisiteTalksCodesSet(Set<Talk> prerequisiteTalksCodesSet) Talk.withProhibitedRoomTagSet(Set<String> prohibitedRoomTagSet) Talk.withProhibitedTimeslotTagSet(Set<String> prohibitedTimeslotTagSet) Talk.withRequiredRoomTagSet(Set<String> requiredRoomTagSet) Talk.withRequiredTimeslotTagSet(Set<String> requiredTimeslotTagSet) Talk.withSectorTagSet(Set<String> sectorTagSet) Talk.withSpeakerList(List<Speaker> speakerList) Talk.withTalkType(TalkType talkType) Talk.withThemeTrackTagSet(Set<String> themeTrackTagSet) Talk.withTimeslot(Timeslot timeslot) Talk.withUndesiredRoomTagSet(Set<String> undesiredRoomTagSet) Talk.withUndesiredTimeslotTagSet(Set<String> undesiredTimeslotTagSet) Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type TalkMethods in org.optaplanner.examples.conferencescheduling.domain with parameters of type TalkModifier and TypeMethodDescriptionintTalk.combinedDurationInMinutes(Talk other) booleanTalk.hasMutualSpeaker(Talk other) intTalk.overlappingAudienceTypeCount(Talk other) intTalk.overlappingContentCount(Talk other) intTalk.overlappingDurationInMinutes(Talk other) intTalk.overlappingMutuallyExclusiveTalksTagCount(Talk other) intTalk.overlappingSectorCount(Talk other) intTalk.overlappingThemeTrackCount(Talk other) booleanTalk.overlapsTime(Talk other) Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type TalkModifier and TypeMethodDescriptionvoidTalk.setPrerequisiteTalkSet(Set<Talk> prerequisiteTalkSet) voidConferenceSolution.setTalkList(List<Talk> talkList) Talk.withPrerequisiteTalksCodesSet(Set<Talk> prerequisiteTalksCodesSet) ConferenceSolution.withTalkList(List<Talk> talkList)