public class OverlapCheck extends Object
Constructor and Description |
---|
OverlapCheck(StudentSectioningModel model)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
check(Assignment<Request,Enrollment> a)
Check for overlapping sections that are attended by the same student
|
StudentSectioningModel |
getModel()
Return student sectioning model
|
public OverlapCheck(StudentSectioningModel model)
model
- student sectioning modelpublic StudentSectioningModel getModel()
public boolean check(Assignment<Request,Enrollment> a)
a
- current assignment