Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Timeslot
-
Packages that use Timeslot Package Description org.optaplanner.examples.conferencescheduling.domain -
-
Uses of Timeslot in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return Timeslot Modifier and Type Method Description TimeslotTalk. getPublishedTimeslot()TimeslotTalk. getTimeslot()TimeslotTimeslot. withEndDateTime(LocalDateTime endDateTime)TimeslotTimeslot. withStartDateTime(LocalDateTime startDateTime)TimeslotTimeslot. withTagSet(Set<String> tagSet)TimeslotTimeslot. withTalkTypeSet(Set<TalkType> talkTypeSet)Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type Timeslot Modifier and Type Method Description Set<Timeslot>TalkType. getCompatibleTimeslotSet()List<Timeslot>ConferenceSolution. getTimeslotList()Set<Timeslot>Talk. getTimeslotRange()Set<Timeslot>Room. getUnavailableTimeslotSet()Set<Timeslot>Speaker. getUnavailableTimeslotSet()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type Timeslot Modifier and Type Method Description booleanTimeslot. endsBefore(Timeslot other)intTimeslot. getOverlapInMinutes(Timeslot other)booleanTimeslot. isOnSameDayAs(Timeslot other)booleanTimeslot. overlapsTime(Timeslot other)booleanTimeslot. pauseExists(Timeslot other, int pauseInMinutes)voidTalk. setPublishedTimeslot(Timeslot publishedTimeslot)voidTalk. setTimeslot(Timeslot timeslot)booleanTimeslot. startsAfter(Timeslot other)TalkTalk. withTimeslot(Timeslot timeslot)Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type Timeslot Modifier and Type Method Description voidTalkType. setCompatibleTimeslotSet(Set<Timeslot> compatibleTimeslotSet)voidConferenceSolution. setTimeslotList(List<Timeslot> timeslotList)voidRoom. setUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotSet)voidSpeaker. setUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotSet)ConferenceSolutionConferenceSolution. withTimeslotList(List<Timeslot> timeslotList)RoomRoom. withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest)SpeakerSpeaker. withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest)
-