Uses of Interface
net.sf.cpsolver.studentsct.weights.StudentWeights

Packages that use StudentWeights
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.weights Student Sectioning Weightings: various students weight models

 
 

Uses of StudentWeights in net.sf.cpsolver.studentsct
 

Methods in net.sf.cpsolver.studentsct that return StudentWeights
 StudentWeights StudentSectioningModel.getStudentWeights()
          Return student weighting model
 

Methods in net.sf.cpsolver.studentsct with parameters of type StudentWeights
 void StudentSectioningModel.setStudentWeights(StudentWeights weights)
          Set student weighting model
 

Uses of StudentWeights in net.sf.cpsolver.studentsct.weights
 

Classes in net.sf.cpsolver.studentsct.weights that implement StudentWeights
 class EqualStudentWeights
          Student weight is spread equally among student's course requests.
 class OriginalStudentWeights
          Original weighting that was used before this student weightings model was introduced
 class PriorityStudentWeights
          New weighting model.
 

Methods in net.sf.cpsolver.studentsct.weights that return types with arguments of type StudentWeights
 Class<? extends StudentWeights> StudentWeights.Implementation.getImplementation()
           
 



Copyright © 2014 UniTime LLC. All Rights Reserved.