|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.cpsolver.studentsct.report.TimeOverlapConflictTable
public class TimeOverlapConflictTable
This class lists time overlapping conflicts in a CSVFile
comma
separated text file. Only sections that allow overlaps
(see Assignment.isAllowOverlap()
) can overlap. See TimeOverlapsCounter
for more
details.
Each line represent a pair if classes that overlap in time and have one
or more students in common.
Usage: new DistanceConflictTable(model),createTable(true, true).save(aFile);
Constructor Summary | |
---|---|
TimeOverlapConflictTable(StudentSectioningModel model)
Constructor |
Method Summary | |
---|---|
CSVFile |
create(DataProperties properties)
|
CSVFile |
createTable(boolean includeLastLikeStudents,
boolean includeRealStudents)
Create report |
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 TimeOverlapConflictTable(StudentSectioningModel model)
model
- student sectioning modelMethod Detail |
---|
public StudentSectioningModel getModel()
public CSVFile createTable(boolean includeLastLikeStudents, boolean includeRealStudents)
includeLastLikeStudents
- true, if last-like students should be included (i.e.,
Student.isDummy()
is true)includeRealStudents
- true, if real students should be included (i.e.,
Student.isDummy()
is false)
public CSVFile create(DataProperties properties)
create
in interface StudentSectioningReport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |