org.problets.domain.state
Class ProblemState
java.lang.Object
org.problets.domain.state.ProblemState
public class ProblemState
- extends java.lang.Object
- obsolete
Class implemented by all classes
- this maintains the state of the problem, and the state
is used by various classes to implement their View/GUI
- Author:
- Amruth Kumar
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_STARTED
public static final int SESSION_STARTED
- See Also:
- Constant Field Values
PROBLEM_STARTED
public static final int PROBLEM_STARTED
- See Also:
- Constant Field Values
ANSWER_ATTEMPTED
public static final int ANSWER_ATTEMPTED
- See Also:
- Constant Field Values
ANSWER_SUBMITTED
public static final int ANSWER_SUBMITTED
- See Also:
- Constant Field Values
FEEDBACK_COMPLETED
public static final int FEEDBACK_COMPLETED
- See Also:
- Constant Field Values
STAGE_ENDED
public static final int STAGE_ENDED
- See Also:
- Constant Field Values
SESSION_ENDED
public static final int SESSION_ENDED
- See Also:
- Constant Field Values
state
public static int state
ProblemState
public ProblemState()