| Interface | Description |
|---|---|
| StudentFilter |
Interface for filter students based on academic area classifications, majors,
or minors.
|
| Class | Description |
|---|---|
| CombinedStudentFilter |
This student filter combines two given student filters with logical operation
AND or OR.
|
| FreshmanStudentFilter |
This student filter accepts only freshman students.
|
| PriortyStudentFilter |
This student filter only accepts students that are flagged as priority students.
|
| RandomStudentFilter |
This student filter accepts every student with the given probability.
|
| RealStudentFilter |
This student filter accepts only real students (last-like students are
rejected).
|
| ReverseStudentFilter |
This student filter accepts students that are not accepted by the provided
student filter.
|