Uses of Interface
net.sf.cpsolver.studentsct.model.Assignment

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

Uses of Assignment in net.sf.cpsolver.studentsct
 

Methods in net.sf.cpsolver.studentsct with parameters of type Assignment
 double StudentPreferencePenalties.getPenalty(Assignment assignment)
          Return penalty of an assignment.
 

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

Classes in net.sf.cpsolver.studentsct.model that implement Assignment
 class FreeTimeRequest
          Representation of a request of a student for free time.
 class Section
          Representation of a class.
 

Methods in net.sf.cpsolver.studentsct.model with parameters of type Assignment
 boolean Assignment.isOverlapping(Assignment assignment)
          True, if this assignment is overlapping in time and space with the given assignment.
 boolean FreeTimeRequest.isOverlapping(Assignment assignment)
          True, if this assignment is overlapping in time and space with the given assignment.
 boolean Section.isOverlapping(Assignment assignment)
          True, if this section overlaps with the given assignment in time and space