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

Packages that use Offering
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.model Student Sectioning: Model. 
 

Uses of Offering in net.sf.cpsolver.studentsct
 

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.model
 

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

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, 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