public abstract class Grader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
permissionLevel |
Constructor and Description |
---|
Grader() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
grade(Test test) |
(package private) abstract void |
releaseTest(Test test,
ReleaseOptions options) |
(package private) abstract void |
selectStudent(Student student) |
abstract void releaseTest(Test test, ReleaseOptions options)
abstract void grade(Test test)
abstract void selectStudent(Student student)