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

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

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

Methods in net.sf.cpsolver.exam.model that return types with arguments of type ExamInstructor
 List<ExamInstructor> ExamModel.getInstructors()
          Problem instructors
 List<ExamInstructor> Exam.getInstructors()
          List of instructors that are assigned to this exam
 Set<ExamInstructor> ExamOwner.getIntructors()
          List of instructors that are enrolled into this section/course
 

Methods in net.sf.cpsolver.exam.model with parameters of type ExamInstructor
 int ExamInstructor.compareTo(ExamInstructor o)
          Compare two instructors (by instructor ids)
 Collection<ExamOwner> Exam.getOwners(ExamInstructor instructor)
          Courses/sections of this exam into which the given instructor is enrolled into
 



Copyright © 2014 UniTime LLC. All Rights Reserved.