Uses of Class
org.optaplanner.examples.meetingscheduling.domain.Meeting
-
Packages that use Meeting Package Description org.optaplanner.examples.meetingscheduling.domain -
-
Uses of Meeting in org.optaplanner.examples.meetingscheduling.domain
Methods in org.optaplanner.examples.meetingscheduling.domain that return Meeting Modifier and Type Method Description MeetingAttendance. getMeeting()MeetingMeetingAssignment. getMeeting()Methods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type Meeting Modifier and Type Method Description List<Meeting>MeetingSchedule. getMeetingList()Methods in org.optaplanner.examples.meetingscheduling.domain with parameters of type Meeting Modifier and Type Method Description voidAttendance. setMeeting(Meeting meeting)voidMeetingAssignment. setMeeting(Meeting meeting)Method parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type Meeting Modifier and Type Method Description voidMeetingSchedule. setMeetingList(List<Meeting> meetingList)Constructors in org.optaplanner.examples.meetingscheduling.domain with parameters of type Meeting Constructor Description MeetingAssignment(long id, Meeting meeting, TimeGrain startingTimeGrain, Room room)
-