testtool.Main
Class LastUsedConstraint

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

public class LastUsedConstraint
extends java.lang.Object

When a test is generated, recently used questions may be filtered out, or questions that have not been recently used may be filtered out.


Field Summary
protected  UpperOrLower direction
           
protected  int limit
           
 
Constructor Summary
LastUsedConstraint()
          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

LastUsedConstraint

public LastUsedConstraint()
Default Constructor