Uses of Class
net.sf.cpsolver.coursett.model.InitialSectioning.Group

Packages that use InitialSectioning.Group
net.sf.cpsolver.coursett.custom University Course Timetabling: Various customizations. 
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
 

Uses of InitialSectioning.Group in net.sf.cpsolver.coursett.custom
 

Methods in net.sf.cpsolver.coursett.custom that return InitialSectioning.Group
 InitialSectioning.Group[] DeterministicStudentSectioning.DeterministicInitialSectioning.getGroups()
           
protected  InitialSectioning.Group[] DeterministicStudentSectioning.studentsToConfigurations(Long offeringId, Collection<Student> students, Collection<Configuration> configurations)
           
protected  InitialSectioning.Group[] DeterministicStudentSectioning.studentsToLectures(Long offeringId, Collection<Student> students, Collection<Lecture> lectures)
           
 

Uses of InitialSectioning.Group in net.sf.cpsolver.coursett.model
 

Fields in net.sf.cpsolver.coursett.model declared as InitialSectioning.Group
protected  InitialSectioning.Group[] InitialSectioning.iGroups
           
 

Methods in net.sf.cpsolver.coursett.model that return InitialSectioning.Group
 InitialSectioning.Group[] InitialSectioning.getGroups()
           
protected  InitialSectioning.Group[] DefaultStudentSectioning.studentsToConfigurations(Long offeringId, Collection<Student> students, Collection<Configuration> configurations)
          Section students into configurations.
protected  InitialSectioning.Group[] DefaultStudentSectioning.studentsToLectures(Long offeringId, Collection<Student> students, Collection<Lecture> lectures)
          Section students into lectures.
 

Methods in net.sf.cpsolver.coursett.model with parameters of type InitialSectioning.Group
 boolean InitialSectioning.moveIntoOneStudent(InitialSectioning.Group group)
           
 



Copyright © 2014 UniTime LLC. All Rights Reserved.