testtool.Main
Class TimeConstraint

java.lang.Object
  extended by testtool.Main.TimeConstraint

public class TimeConstraint
extends java.lang.Object

When a test is generated, questions may be limited by an upper or a lower bound on their completion time.


Field Summary
protected  UpperOrLower direction
           
protected  int limit
           
 
Constructor Summary
TimeConstraint()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

protected UpperOrLower direction

limit

protected int limit
Constructor Detail

TimeConstraint

public TimeConstraint()
Default Constructor