Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Timeslot
Packages that use Timeslot
-
Uses of Timeslot in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return TimeslotModifier and TypeMethodDescriptionTalk.getPublishedTimeslot()Talk.getTimeslot()Timeslot.withEndDateTime(LocalDateTime endDateTime) Timeslot.withStartDateTime(LocalDateTime startDateTime) Timeslot.withTagSet(Set<String> tagSet) Timeslot.withTalkTypeSet(Set<TalkType> talkTypeSet) Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type TimeslotModifier and TypeMethodDescriptionTalkType.getCompatibleTimeslotSet()ConferenceSolution.getTimeslotList()Talk.getTimeslotRange()Room.getUnavailableTimeslotSet()Speaker.getUnavailableTimeslotSet()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type TimeslotModifier and TypeMethodDescriptionbooleanTimeslot.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) Talk.withTimeslot(Timeslot timeslot) Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type TimeslotModifier and TypeMethodDescriptionvoidTalkType.setCompatibleTimeslotSet(Set<Timeslot> compatibleTimeslotSet) voidConferenceSolution.setTimeslotList(List<Timeslot> timeslotList) voidRoom.setUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotSet) voidSpeaker.setUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotSet) ConferenceSolution.withTimeslotList(List<Timeslot> timeslotList) Room.withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest) Speaker.withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest)