public class UnbalancedSectionsTable extends Object implements StudentSectioningReport
| Constructor and Description |
|---|
UnbalancedSectionsTable(StudentSectioningModel model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
create(DataProperties properties) |
CSVFile |
createTable(boolean includeLastLikeStudents,
boolean includeRealStudents)
Create report
|
StudentSectioningModel |
getModel()
Return student sectioning model
|
public UnbalancedSectionsTable(StudentSectioningModel model)
model - student sectioning modelpublic 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