| Package | Description |
|---|---|
| org.cpsolver.studentsct.model |
Student Sectioning: Model.
|
| org.cpsolver.studentsct.online |
Online Student Sectioning Solver.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instructor> |
Student.getAdvisors()
List of student's advisors
|
List<Instructor> |
Choice.getInstructors()
Instructors of this choice
|
List<Instructor> |
Section.getInstructors()
Instructors assigned to this section
|
static List<Instructor> |
Instructor.toInstructors(String instructorIds,
String instructorNames)
Deprecated.
|
| Constructor and Description |
|---|
Section(long id,
int limit,
String name,
Subpart subpart,
Placement placement,
Section parent,
Instructor... instructors)
Constructor
|
| Constructor and Description |
|---|
Choice(Offering offering,
String instructionalType,
TimeLocation time,
List<Instructor> instructors)
Constructor
|
Section(long id,
int limit,
String name,
Subpart subpart,
Placement placement,
List<Instructor> instructors,
Section parent)
Constructor
|
| Constructor and Description |
|---|
OnlineSection(long id,
int limit,
String name,
Subpart subpart,
Placement placement,
List<Instructor> instructors,
Section parent) |