public class CourseConflictTable extends Object implements StudentSectioningReport
CSVFile comma separated
text file. | Constructor and Description |
|---|
CourseConflictTable(StudentSectioningModel model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
create(Assignment<Request,Enrollment> assignment,
DataProperties properties) |
CSVFile |
createTable(Assignment<Request,Enrollment> assignment,
boolean includeLastLikeStudents,
boolean includeRealStudents,
boolean useAmPm)
Create report
|
StudentSectioningModel |
getModel()
Return student sectioning model
|
public CourseConflictTable(StudentSectioningModel model)
model - student sectioning modelpublic StudentSectioningModel getModel()
public CSVFile createTable(Assignment<Request,Enrollment> assignment, boolean includeLastLikeStudents, boolean includeRealStudents, boolean useAmPm)
assignment - current assignmentincludeLastLikeStudents - 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)useAmPm - use 12-hour formatpublic CSVFile create(Assignment<Request,Enrollment> assignment, DataProperties properties)
create in interface StudentSectioningReportCopyright © 2017 UniTime LLC. All Rights Reserved.