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()List<Student>Topic. getStudentList()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. setStudentList(List<Student> studentList)TopicTopic. withStudentList(List<Student> studentList)
-