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

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

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

Methods in net.sf.cpsolver.exam.model that return types with arguments of type ExamOwner
 List<ExamOwner> ExamStudent.getOwners()
          Courses and/or sections that this student is enrolled to
 List<ExamOwner> ExamInstructor.getOwners()
          Courses and/or sections that this instructor is enrolled to
 List<ExamOwner> Exam.getOwners()
          Courses and/or sections that are having this exam
 Collection<ExamOwner> Exam.getOwners(ExamInstructor instructor)
          Courses/sections of this exam into which the given instructor is enrolled into
 Collection<ExamOwner> Exam.getOwners(ExamStudent student)
          Courses/sections of this exam into which the given student is enrolled into
 

Methods in net.sf.cpsolver.exam.model with parameters of type ExamOwner
 int ExamOwner.compareTo(ExamOwner owner)
          Compare two exam owners by name
 



Copyright © 2014 UniTime LLC. All Rights Reserved.