| Package | Description |
|---|---|
| org.cpsolver.studentsct |
Student Sectioning Solver.
|
| org.cpsolver.studentsct.filter |
Various student filters.
|
| org.cpsolver.studentsct.model |
Student Sectioning: Model.
|
| org.cpsolver.studentsct.report |
Student Sectioning: Various Reports.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StudentSectioningModel.getNbrStudents(Student.StudentPriority priority) |
| Constructor and Description |
|---|
PriortyStudentFilter(Student.StudentPriority priority,
boolean includeHigherPriority) |
| Modifier and Type | Method and Description |
|---|---|
Student.StudentPriority |
Student.getPriority()
Student's priority.
|
static Student.StudentPriority |
Student.StudentPriority.getPriority(String value) |
static Student.StudentPriority |
Student.StudentPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Student.StudentPriority[] |
Student.StudentPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Student.setPriority(Student.StudentPriority priority)
Set student's priority.
|
| Constructor and Description |
|---|
PriorityFilter(Student.StudentPriority p) |