Uses of Class
net.sf.cpsolver.exam.model.ExamStudent

Packages that use ExamStudent
net.sf.cpsolver.exam.model Examination Timetabling: Model. 
 

Uses of ExamStudent in net.sf.cpsolver.exam.model
 

Methods in net.sf.cpsolver.exam.model that return types with arguments of type ExamStudent
 Map<Exam,List<ExamStudent>> Exam.getJointEnrollments()
          Joint enrollments
 Set<ExamStudent> ExamOwner.getStudents()
          List of students that are enrolled into this section/course
 List<ExamStudent> ExamModel.getStudents()
          Problem students
 List<ExamStudent> Exam.getStudents()
          List of students that are enrolled in the exam
 

Methods in net.sf.cpsolver.exam.model with parameters of type ExamStudent
 Collection<ExamOwner> Exam.getOwners(ExamStudent student)
          Courses/sections of this exam into which the given student is enrolled into
 



Copyright © 2012 UniTime LLC. All Rights Reserved.