|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.Main.Question
testtool.Main.TestQuestion
public class TestQuestion
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 |
---|
protected int point
protected int questionNumber
protected ConstraintSet constraints
Constructor Detail |
---|
public TestQuestion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |