Uses of Class
org.optaplanner.examples.examination.domain.Student
-
Packages that use Student Package Description org.optaplanner.examples.examination.domain -
-
Uses of Student in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Student Modifier and Type Method Description List<Student>Examination. getStudentList()Set<Student>Topic. getStudentSet()Methods in org.optaplanner.examples.examination.domain with parameters of type Student Modifier and Type Method Description TopicTopic. withStudents(Student... students)Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Student Modifier and Type Method Description voidExamination. setStudentList(List<Student> studentList)voidTopic. setStudentSet(Set<Student> studentSet)
-