Uses of Class
org.optaplanner.examples.conferencescheduling.domain.TalkType
-
Packages that use TalkType Package Description org.optaplanner.examples.conferencescheduling.domain -
-
Uses of TalkType in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return TalkType Modifier and Type Method Description TalkTypeTalk. getTalkType()Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type TalkType Modifier and Type Method Description List<TalkType>ConferenceSolution. getTalkTypeList()Set<TalkType>Room. getTalkTypeSet()Set<TalkType>Timeslot. getTalkTypeSet()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type TalkType Modifier and Type Method Description voidTalk. setTalkType(TalkType talkType)TalkTalk. withTalkType(TalkType talkType)Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type TalkType Modifier and Type Method Description voidConferenceSolution. setTalkTypeList(List<TalkType> talkTypeList)voidRoom. setTalkTypeSet(Set<TalkType> talkTypeSet)voidTimeslot. setTalkTypeSet(Set<TalkType> talkTypeSet)ConferenceSolutionConferenceSolution. withTalkTypeList(List<TalkType> talkTypeList)RoomRoom. withTalkTypeSet(Set<TalkType> talkTypeSet)TimeslotTimeslot. withTalkTypeSet(Set<TalkType> talkTypeSet)
-