|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.Main.ProctoredTest
public class ProctoredTest
A ProctoredTest is a test that is in progress, or has been completed, it also contains a list of the students in a class. *
Field Summary | |
---|---|
protected boolean |
ipause
|
protected boolean |
isInProgress_
|
protected java.util.Collection<ProctoredStudent> |
object
|
protected Test |
test
|
protected int |
timeLimit
|
Constructor Summary | |
---|---|
ProctoredTest()
Default Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean isInProgress_
protected boolean ipause
protected Test test
protected int timeLimit
protected java.util.Collection<ProctoredStudent> object
Constructor Detail |
---|
public ProctoredTest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |