Package | Description |
---|---|
org.cpsolver.studentsct |
Student Sectioning Solver.
|
org.cpsolver.studentsct.model |
Student Sectioning: Model.
|
org.cpsolver.studentsct.reservation |
Student Sectioning: Reservations.
|
Modifier and Type | Method and Description |
---|---|
protected Restriction |
StudentSectioningXMLLoader.loadRestriction(Element restrictionEl,
Offering offering,
HashMap<Long,Config> configTable,
HashMap<Long,Section> sectionTable)
Load restriction
|
Modifier and Type | Method and Description |
---|---|
protected void |
StudentSectioningXMLSaver.saveRestriction(Element restrictionEl,
Restriction restriction)
Save restriction
|
Modifier and Type | Method and Description |
---|---|
List<Restriction> |
Offering.getRestrictions()
Restrictions associated with this offering
|
List<Restriction> |
CourseRequest.getRestrictions(Course course)
Get restrictions for this course requests
|
Modifier and Type | Class and Description |
---|---|
class |
CourseRestriction
Group restriction.
|
class |
CurriculumRestriction
Group restriction.
|
class |
IndividualRestriction
Individual restriction.
|