public class SectionConflictTable extends AbstractStudentSectioningReport
CSVFile
comma separated
text file. Modifier and Type | Class and Description |
---|---|
static class |
SectionConflictTable.Type
Report type
|
AbstractStudentSectioningReport.CourseMatcher, AbstractStudentSectioningReport.RequestMatcher
StudentSectioningReport.Filter
Constructor and Description |
---|
SectionConflictTable(StudentSectioningModel model) |
SectionConflictTable(StudentSectioningModel model,
SectionConflictTable.Type type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CSVFile |
createTable(Assignment<Request,Enrollment> assignment,
DataProperties properties)
Create report
|
public SectionConflictTable(StudentSectioningModel model, SectionConflictTable.Type type)
model
- student sectioning modeltype
- report typepublic SectionConflictTable(StudentSectioningModel model)
public CSVFile createTable(Assignment<Request,Enrollment> assignment, DataProperties properties)
createTable
in class AbstractStudentSectioningReport
assignment
- current assignment