|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reservation | |
|---|---|
| net.sf.cpsolver.studentsct.model | Student Sectioning: Model. |
| net.sf.cpsolver.studentsct.reservation | Student Sectioning: Reservations. |
| Uses of Reservation in net.sf.cpsolver.studentsct.model |
|---|
| Methods in net.sf.cpsolver.studentsct.model that return Reservation | |
|---|---|
Reservation |
Enrollment.getReservation()
Return reservation used for this enrollment |
| Methods in net.sf.cpsolver.studentsct.model that return types with arguments of type Reservation | |
|---|---|
List<Reservation> |
Config.getConfigReservations()
Get reservations that require this configuration |
List<Reservation> |
Section.getReservations()
Get reservations for this section |
List<Reservation> |
Offering.getReservations()
Reservations associated with this offering |
List<Reservation> |
Config.getReservations()
Get reservations for this configuration |
List<Reservation> |
CourseRequest.getReservations(Course course)
Get reservations for this course requests |
List<Reservation> |
Subpart.getSectionReservations()
Get reservations that require sections of this subpart |
List<Reservation> |
Section.getSectionReservations()
Get reservations that require this section |
| Methods in net.sf.cpsolver.studentsct.model with parameters of type Reservation | |
|---|---|
Enrollment |
CourseRequest.createEnrollment(Set<? extends Assignment> sections,
Reservation reservation)
Create enrollment for the given list of sections. |
void |
Enrollment.setReservation(Reservation reservation)
Set reservation for this enrollment |
| Constructors in net.sf.cpsolver.studentsct.model with parameters of type Reservation | |
|---|---|
Enrollment(Request request,
int priority,
Course course,
Config config,
Set<? extends Assignment> assignments,
Reservation reservation)
Constructor |
|
| Uses of Reservation in net.sf.cpsolver.studentsct.reservation |
|---|
| Subclasses of Reservation in net.sf.cpsolver.studentsct.reservation | |
|---|---|
class |
CourseReservation
Course reservation. |
class |
CurriculumReservation
Curriculum reservation. |
class |
DummyReservation
Dummy reservation. |
class |
GroupReservation
Group reservation. |
class |
IndividualReservation
Individual reservation. |
| Methods in net.sf.cpsolver.studentsct.reservation with parameters of type Reservation | |
|---|---|
int |
Reservation.compareTo(Reservation r)
Priority first, than restrictivity (more restrictive first), than availability (more available first), than id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||