Uses of Class
org.optaplanner.examples.meetingscheduling.domain.RequiredAttendance
-
Packages that use RequiredAttendance Package Description org.optaplanner.examples.meetingscheduling.domain -
-
Uses of RequiredAttendance in org.optaplanner.examples.meetingscheduling.domain
Methods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type RequiredAttendance Modifier and Type Method Description List<RequiredAttendance>Meeting. getRequiredAttendanceList()Method parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type RequiredAttendance Modifier and Type Method Description voidMeeting. setRequiredAttendanceList(List<RequiredAttendance> requiredAttendanceList)
-