testtool.Main
Class TestQuestion

java.lang.Object
  extended by testtool.Main.Question
      extended by testtool.Main.TestQuestion
Direct Known Subclasses:
AnsweredQuestion, Problem

public class TestQuestion
extends Question

A question in a test knows its place in the test, the number of points it is worth, and the constraints that generated it.


Field Summary
protected  ConstraintSet constraints
           
protected  int point
           
protected  int questionNumber
           
 
Fields inherited from class testtool.Main.Question
an, au, cl, d, dbn, dlu, k, l, qs, w
 
Constructor Summary
TestQuestion()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

protected int point

questionNumber

protected int questionNumber

constraints

protected ConstraintSet constraints
Constructor Detail

TestQuestion

public TestQuestion()
Default Constructor