Uses of Class
org.optaplanner.examples.meetingscheduling.domain.Person
-
Packages that use Person Package Description org.optaplanner.examples.meetingscheduling.domain -
-
Uses of Person in org.optaplanner.examples.meetingscheduling.domain
Methods in org.optaplanner.examples.meetingscheduling.domain that return Person Modifier and Type Method Description PersonAttendance. getPerson()Methods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type Person Modifier and Type Method Description List<Person>MeetingSchedule. getPersonList()List<Person>Meeting. getSpeakerList()Methods in org.optaplanner.examples.meetingscheduling.domain with parameters of type Person Modifier and Type Method Description voidAttendance. setPerson(Person person)Method parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type Person Modifier and Type Method Description voidMeetingSchedule. setPersonList(List<Person> personList)voidMeeting. setSpeakerList(List<Person> speakerList)
-