Uses of Class
org.optaplanner.examples.meetingscheduling.domain.Person
Packages that use Person
-
Uses of Person in org.optaplanner.examples.meetingscheduling.domain
Methods in org.optaplanner.examples.meetingscheduling.domain that return PersonMethods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type PersonMethods in org.optaplanner.examples.meetingscheduling.domain with parameters of type PersonMethod parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type PersonModifier and TypeMethodDescriptionvoidMeetingSchedule.setPersonList(List<Person> personList) voidMeeting.setSpeakerList(List<Person> speakerList)