Uses of Interface
net.sf.cpsolver.studentsct.filter.StudentFilter

Packages that use StudentFilter
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.filter Various student filters. 
 

Uses of StudentFilter in net.sf.cpsolver.studentsct
 

Classes in net.sf.cpsolver.studentsct that implement StudentFilter
static class Test.ExtraStudentFilter
           
 

Methods in net.sf.cpsolver.studentsct with parameters of type StudentFilter
 void StudentSectioningXMLLoader.setStudentFilter(StudentFilter filter)
          Set student filter
 

Uses of StudentFilter in net.sf.cpsolver.studentsct.filter
 

Classes in net.sf.cpsolver.studentsct.filter that implement StudentFilter
 class CombinedStudentFilter
          This student filter combines two given student filters with logical operation AND or OR.
 class FreshmanStudentFilter
          This student filter accepts only freshman students.
 class RandomStudentFilter
          This student filter accepts every student with the given probability.
 class RealStudentFilter
          This student filter accepts only real students (last-like students are rejected).
 class ReverseStudentFilter
          This student filter accepts students that are not accepted by the provided student filter.
 

Constructors in net.sf.cpsolver.studentsct.filter with parameters of type StudentFilter
CombinedStudentFilter(StudentFilter first, StudentFilter second, int op)
          Constructor
ReverseStudentFilter(StudentFilter filter)
          Constructor
 



Copyright © 2014 UniTime LLC. All Rights Reserved.