public static interface StudentSectioningReport.Filter
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Course c)
Returns true if the given course matches the filter.
|
boolean |
matches(Request r)
Returns true if the given request matches the filter.
|
boolean |
matches(Request r,
Enrollment e)
Returns true if the given request with the given assignment matches the filter.
|
boolean |
matches(Student s)
Returns true if the given student matches the filter.
|
boolean matches(Request r)
matches(Request, Enrollment) is called with the current assignment.boolean matches(Request r, Enrollment e)
boolean matches(Student s)
Copyright © 2024 UniTime, s.r.o.. All Rights Reserved.