org.problets.domain.state
Class ProblemState

java.lang.Object
  extended by 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

Field Summary
static int ANSWER_ATTEMPTED
           
static int ANSWER_SUBMITTED
           
static int FEEDBACK_COMPLETED
           
static int PROBLEM_STARTED
           
static int SESSION_ENDED
           
static int SESSION_STARTED
           
static int STAGE_ENDED
           
static int state
           
 
Constructor Summary
ProblemState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProblemState

public ProblemState()