testtool.Main
Class ConstraintSet

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

public class ConstraintSet
extends java.lang.Object

A model of all the constraints that are in effect when questions are selected.


Field Summary
protected  LastUsedConstraint lastUsed
           
protected  int length
           
protected  int number
           
protected  TimeConstraint time
           
protected  int type
           
protected  int week
           
 
Constructor Summary
ConstraintSet()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected int number

time

protected TimeConstraint time

lastUsed

protected LastUsedConstraint lastUsed

type

protected int type

length

protected int length

week

protected int week
Constructor Detail

ConstraintSet

public ConstraintSet()
Default Constructor