|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.studentsct.check.OverlapCheck
public class OverlapCheck
This class looks and reports cases when a student is enrolled into two
sections that are overlapping in time.
Usage: if (new OverlapCheck(model).check()) ...
| Constructor Summary | |
|---|---|
OverlapCheck(StudentSectioningModel model)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
check()
Check for overlapping sections that are attended by the same student |
StudentSectioningModel |
getModel()
Return student sectioning model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverlapCheck(StudentSectioningModel model)
model - student sectioning model| Method Detail |
|---|
public StudentSectioningModel getModel()
public boolean check()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||