Uses of Class
net.sf.cpsolver.studentsct.model.Offering

Packages that use Offering
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.constraint Student Sectioning: Constraints. 
net.sf.cpsolver.studentsct.model Student Sectioning: Model. 
net.sf.cpsolver.studentsct.reservation Student Sectioning: Reservations. 
 

Uses of Offering in net.sf.cpsolver.studentsct
 

Methods in net.sf.cpsolver.studentsct that return types with arguments of type Offering
 List<Offering> StudentSectioningModel.getOfferings()
          List of offerings
 

Methods in net.sf.cpsolver.studentsct with parameters of type Offering
 void StudentSectioningModel.addOffering(Offering offering)
          Add an offering into the model
 double StudentPreferencePenalties.getMaxPenalty(Offering offering)
          Maximal penalty of an offering
 double StudentPreferencePenalties.getMinPenalty(Offering offering)
          Minimal penalty of an offering
 

Uses of Offering in net.sf.cpsolver.studentsct.constraint
 

Methods in net.sf.cpsolver.studentsct.constraint that return types with arguments of type Offering
 Set<Offering> LinkedSections.getOfferings()
          Return offerings of this link
 

Methods in net.sf.cpsolver.studentsct.constraint with parameters of type Offering
 Set<Subpart> LinkedSections.getSubparts(Offering offering)
          Return subpart (or subparts) of an offering of this link
 

Uses of Offering in net.sf.cpsolver.studentsct.model
 

Methods in net.sf.cpsolver.studentsct.model that return Offering
 Offering Enrollment.getOffering()
          Offering of the course request
 Offering Course.getOffering()
          Instructional offering which is offered under this course offering.
 Offering Config.getOffering()
          Instructional offering to which this configuration belongs.
 Offering Choice.getOffering()
          Instructional offering to which this choice belongs
 

Constructors in net.sf.cpsolver.studentsct.model with parameters of type Offering
Choice(Offering offering, String choiceId)
          Constructor
Choice(Offering offering, String instructionalType, TimeLocation time, String instructorIds, String instructorNames)
          Constructor
Config(long id, int limit, String name, Offering offering)
          Constructor
Course(long id, String subjectArea, String courseNumber, Offering offering)
          Constructor
Course(long id, String subjectArea, String courseNumber, Offering offering, int limit, int projected)
          Constructor
 

Uses of Offering in net.sf.cpsolver.studentsct.reservation
 

Methods in net.sf.cpsolver.studentsct.reservation that return Offering
 Offering Reservation.getOffering()
          Instructional offering on which the reservation is set.
 

Constructors in net.sf.cpsolver.studentsct.reservation with parameters of type Offering
CurriculumReservation(long id, double limit, Offering offering, String acadArea, Collection<String> classifications, Collection<String> majors)
          Constructor
DummyReservation(Offering offering)
          Constructor
GroupReservation(long id, double limit, Offering offering, Collection<Long> studentIds)
          Constructor
GroupReservation(long id, double limit, Offering offering, Long... studentIds)
          Constructor
IndividualReservation(long id, Offering offering, Collection<Long> studentIds)
          Constructor
IndividualReservation(long id, Offering offering, Long... studentIds)
          Constructor
Reservation(long id, Offering offering)
          Constructor
 



Copyright © 2014 UniTime LLC. All Rights Reserved.