Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Talk
-
Packages that use Talk Package Description org.optaplanner.examples.conferencescheduling.domain -
-
Uses of Talk in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type Talk Modifier and Type Method Description Set<Talk>Talk. getPrerequisiteTalkSet()List<Talk>ConferenceSolution. getTalkList()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type Talk Modifier and Type Method Description intTalk. combinedDurationInMinutes(Talk other)booleanTalk. hasMutualSpeaker(Talk talk)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 Talk Modifier and Type Method Description voidTalk. setPrerequisiteTalkSet(Set<Talk> prerequisiteTalkSet)voidConferenceSolution. setTalkList(List<Talk> talkList)TalkTalk. withPrerequisiteTalksCodesSet(Set<Talk> prerequisiteTalksCodesSet)ConferenceSolutionConferenceSolution. withTalkList(List<Talk> talkList)
-