org.problets.domain.state
Interface Constants
public interface Constants
To hold constants shared across classes
This class is not meant to be instantiated
Author: Amruth Kumar
UNDEFINED
static final int UNDEFINED
- See Also:
- Constant Field Values
UNASSIGNED
static final int UNASSIGNED
- See Also:
- Constant Field Values
ON_DEMAND
static final int ON_DEMAND
- See Also:
- Constant Field Values
ERROR_FLAG
static final int ERROR_FLAG
- See Also:
- Constant Field Values
IMMEDIATE
static final int IMMEDIATE
- See Also:
- Constant Field Values
NO_FEEDBACK
static final int NO_FEEDBACK
- See Also:
- Constant Field Values
DEFAULT_FEEDBACK_TYPE
static final int DEFAULT_FEEDBACK_TYPE
- See Also:
- Constant Field Values
FEEDBACK_TYPE_STRING
static final java.lang.String[] FEEDBACK_TYPE_STRING
NONE
static final int NONE
- See Also:
- Constant Field Values
MINIMAL
static final int MINIMAL
- See Also:
- Constant Field Values
DIAGNOSTIC
static final int DIAGNOSTIC
- See Also:
- Constant Field Values
EXPLANATORY
static final int EXPLANATORY
- See Also:
- Constant Field Values
ERRORS
static final int ERRORS
- See Also:
- Constant Field Values
OUTPUT
static final int OUTPUT
- See Also:
- Constant Field Values
TOPIC
static final int TOPIC
- See Also:
- Constant Field Values
CONTROL_FLOW
static final int CONTROL_FLOW
- See Also:
- Constant Field Values
DATA_FLOW
static final int DATA_FLOW
- See Also:
- Constant Field Values
LIFETIME
static final int LIFETIME
- See Also:
- Constant Field Values
DEFAULT_FEEDBACK_AMOUNT
static final int DEFAULT_FEEDBACK_AMOUNT
- See Also:
- Constant Field Values
FEEDBACK_AMOUNT_STRING
static final java.lang.String[] FEEDBACK_AMOUNT_STRING
DEFAULT_PROBLEM_SEQUENCE
static final java.lang.String DEFAULT_PROBLEM_SEQUENCE
- See Also:
- Constant Field Values
UNLINED
static final int UNLINED
- See Also:
- Constant Field Values
LINED
static final int LINED
- See Also:
- Constant Field Values
DEFAULT_LINE_FORMAT
static final boolean DEFAULT_LINE_FORMAT
- See Also:
- Constant Field Values
DEFAULT_CODE_LINE_NUMBER_FORMAT
static final boolean DEFAULT_CODE_LINE_NUMBER_FORMAT
- See Also:
- Constant Field Values
DEFAULT_FEEDBACK_LINE_FORMAT
static final boolean DEFAULT_FEEDBACK_LINE_FORMAT
- See Also:
- Constant Field Values
DEFAULT_FEEDBACK_FORMATTED
static final boolean DEFAULT_FEEDBACK_FORMATTED
- See Also:
- Constant Field Values
NO_STATISTICS
static final int NO_STATISTICS
- See Also:
- Constant Field Values
SUMMARY_STATISTICS
static final int SUMMARY_STATISTICS
- See Also:
- Constant Field Values
DETAILED_STATISTICS
static final int DETAILED_STATISTICS
- See Also:
- Constant Field Values
DEFAULT_STATISTICS
static final int DEFAULT_STATISTICS
- See Also:
- Constant Field Values
DEFAULT_ISTIMED
static final boolean DEFAULT_ISTIMED
- See Also:
- Constant Field Values
TIME_LIMIT
static final int TIME_LIMIT
- See Also:
- Constant Field Values
TIME_STEPS
static final int TIME_STEPS
- See Also:
- Constant Field Values
DEFAULT_SHOW_TIMER
static final boolean DEFAULT_SHOW_TIMER
- See Also:
- Constant Field Values
NO_MENUS
static final int NO_MENUS
- See Also:
- Constant Field Values
OPTIONAL_MENUS
static final int OPTIONAL_MENUS
- See Also:
- Constant Field Values
ALL_MENUS
static final int ALL_MENUS
- See Also:
- Constant Field Values
DEFAULT_SHOW_MENUS
static final int DEFAULT_SHOW_MENUS
- See Also:
- Constant Field Values
CONSOLE_RECORD
static final int CONSOLE_RECORD
- See Also:
- Constant Field Values
EMAIL_DIRECT_RECORD
static final int EMAIL_DIRECT_RECORD
- See Also:
- Constant Field Values
EMAIL_RELAY_RECORD
static final int EMAIL_RELAY_RECORD
- See Also:
- Constant Field Values
DATABASE_DIRECT_RECORD
static final int DATABASE_DIRECT_RECORD
- See Also:
- Constant Field Values
DATABASE_RELAY_RECORD
static final int DATABASE_RELAY_RECORD
- See Also:
- Constant Field Values
DEFAULT_DATA_RECORDING
static final int DEFAULT_DATA_RECORDING
- See Also:
- Constant Field Values
COMMENT
static final java.lang.String COMMENT
- See Also:
- Constant Field Values
C_LANGUAGE
static final int C_LANGUAGE
- See Also:
- Constant Field Values
CPP_LANGUAGE
static final int CPP_LANGUAGE
- See Also:
- Constant Field Values
JAVA_LANGUAGE
static final int JAVA_LANGUAGE
- See Also:
- Constant Field Values
CS_LANGUAGE
static final int CS_LANGUAGE
- See Also:
- Constant Field Values
PASCAL_LANGUAGE
static final int PASCAL_LANGUAGE
- See Also:
- Constant Field Values
VB_LANGUAGE
static final int VB_LANGUAGE
- See Also:
- Constant Field Values
DEFAULT_LANGUAGE
static final int DEFAULT_LANGUAGE
- See Also:
- Constant Field Values
TOTAL_LANGUAGES
static final int TOTAL_LANGUAGES
- See Also:
- Constant Field Values
LANGUAGE_STRING
static final java.lang.String[] LANGUAGE_STRING
REFLECTION_NEVER
static final int REFLECTION_NEVER
- See Also:
- Constant Field Values
REFLECTION_CORRECT
static final int REFLECTION_CORRECT
- See Also:
- Constant Field Values
REFLECTION_INCORRECT
static final int REFLECTION_INCORRECT
- See Also:
- Constant Field Values
REFLECTION_ALWAYS
static final int REFLECTION_ALWAYS
- See Also:
- Constant Field Values
DEFAULT_REFLECTION
static final int DEFAULT_REFLECTION
- See Also:
- Constant Field Values
NO_STUDENT_MODEL
static final int NO_STUDENT_MODEL
- See Also:
- Constant Field Values
SKILLOMETER
static final int SKILLOMETER
- See Also:
- Constant Field Values
CONCEPT_MAP
static final int CONCEPT_MAP
- See Also:
- Constant Field Values
TEXT_MESSAGE
static final int TEXT_MESSAGE
- See Also:
- Constant Field Values
DEFAULT_OPEN_STUDENT_MODEL
static final int DEFAULT_OPEN_STUDENT_MODEL
- See Also:
- Constant Field Values
DEFAULT_DEBUG
static final boolean DEFAULT_DEBUG
- See Also:
- Constant Field Values
DEFAULT_BAILOUT
static final boolean DEFAULT_BAILOUT
- See Also:
- Constant Field Values
DEFAULT_DIAGNOSIS
static final boolean DEFAULT_DIAGNOSIS
- See Also:
- Constant Field Values
NO_VISUALIZATION
static final int NO_VISUALIZATION
- See Also:
- Constant Field Values
WITH_EXPLANATION
static final int WITH_EXPLANATION
- See Also:
- Constant Field Values
DATA_VISUALIZATION
static final int DATA_VISUALIZATION
- See Also:
- Constant Field Values
CONTROL_VISUALIZATION
static final int CONTROL_VISUALIZATION
- See Also:
- Constant Field Values
DEFAULT_VISUALIZATION
static final int DEFAULT_VISUALIZATION
- See Also:
- Constant Field Values