net.sf.cpsolver.studentsct.constraint
Class ReservationOnSection

java.lang.Object
  extended by net.sf.cpsolver.ifs.model.Constraint
      extended by net.sf.cpsolver.studentsct.constraint.Reservation
          extended by net.sf.cpsolver.studentsct.constraint.ReservationOnSection

public abstract class ReservationOnSection
extends Reservation

Abstract single section reservation.

Version:
StudentSct 1.1 (Student Sectioning)
Copyright (C) 2007 Tomáš Müller
muller@unitime.org
Lazenska 391, 76314 Zlin, Czech Republic

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Field Summary
 
Fields inherited from class net.sf.cpsolver.studentsct.constraint.Reservation
CAN_ENROLL_INSTEAD, CAN_ENROLL_NO, CAN_ENROLL_YES
 
Fields inherited from class net.sf.cpsolver.ifs.model.Constraint
iAssignedVariables, iConstraintListeners, iId
 
Constructor Summary
ReservationOnSection(Section section)
          Constructor
 
Method Summary
 Section getSection()
          Return section on which the reservation is set
 boolean isApplicable(Enrollment enrollment)
          True, if the enrollment contains the section on which this reservation is set.
 String toString()
           
 
Methods inherited from class net.sf.cpsolver.studentsct.constraint.Reservation
canEnroll, canEnrollInstead, computeConflicts, inConflict
 
Methods inherited from class net.sf.cpsolver.ifs.model.Constraint
addConstraintListener, addVariable, assigned, assignedVariables, constraintListeners, countAssignedVariables, countVariables, equals, getDescription, getId, getModel, getName, hashCode, isConsistent, isHard, removeConstraintListener, removeVariable, setModel, unassigned, variables
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReservationOnSection

public ReservationOnSection(Section section)
Constructor

Parameters:
section - section on which the reservation is set
Method Detail

getSection

public Section getSection()
Return section on which the reservation is set


isApplicable

public boolean isApplicable(Enrollment enrollment)
True, if the enrollment contains the section on which this reservation is set. See Reservation.isApplicable(Enrollment) for details.

Specified by:
isApplicable in class Reservation
Parameters:
enrollment - enrollment of a student that is being considered
Returns:
true, if the reservation applies to the enrollment

toString

public String toString()
Overrides:
toString in class Object