Uses of Class
org.optaplanner.examples.meetingscheduling.domain.Attendance
-
Packages that use Attendance Package Description org.optaplanner.examples.meetingscheduling.domain -
-
Uses of Attendance in org.optaplanner.examples.meetingscheduling.domain
Subclasses of Attendance in org.optaplanner.examples.meetingscheduling.domain Modifier and Type Class Description classPreferredAttendanceclassRequiredAttendanceMethods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type Attendance Modifier and Type Method Description List<Attendance>MeetingSchedule. getAttendanceList()Method parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type Attendance Modifier and Type Method Description voidMeetingSchedule. setAttendanceList(List<Attendance> attendanceList)
-