Uses of Class
org.optaplanner.examples.conferencescheduling.domain.TalkType
Packages that use TalkType
-
Uses of TalkType in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return TalkTypeMethods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type TalkTypeModifier and TypeMethodDescriptionConferenceSolution.getTalkTypeList()Room.getTalkTypeSet()Timeslot.getTalkTypeSet()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type TalkTypeModifier and TypeMethodDescriptionvoidTalk.setTalkType(TalkType talkType) Talk.withTalkType(TalkType talkType) Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type TalkTypeModifier and TypeMethodDescriptionvoidConferenceSolution.setTalkTypeList(List<TalkType> talkTypeList) voidRoom.setTalkTypeSet(Set<TalkType> talkTypeSet) voidTimeslot.setTalkTypeSet(Set<TalkType> talkTypeSet) ConferenceSolution.withTalkTypeList(List<TalkType> talkTypeList) Room.withTalkTypeSet(Set<TalkType> talkTypeSet) Timeslot.withTalkTypeSet(Set<TalkType> talkTypeSet)