|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fundamentals.Globals
A class for dealing with global properties in Elementa. Designed to instantiated on a per-use basis
Field Summary | |
static int |
BEFORE_END
A constant indicating that the LEA program is finished |
static int |
BEFORE_FINALIZE
A constant indicating that the LEA program is ready to enter the FINALIZE segment |
static int |
BEFORE_PREMISE
A constant indicating that the LEA program is ready to enter the PREMISE segment |
static int |
BEFORE_SOLUTION
A constant indicating that the LEA program is ready to enter the SOLUTION segment |
static int |
BEFORE_TARGET
A constant indicating that the LEA program is ready to enter the TARGET segment |
static int |
DANISH
|
static int |
ENGLISH
|
static int |
FINALIZE
A constant indicating that the LEA program is in the FINALIZE segment |
static int |
NUMBER_OF_SUBTYPES
|
static int |
PREAMBLE
A constant indicating that the LEA program is in the PREAMBLE segment |
static int |
PREMISE
A constant indicating that the LEA program is in the PREMISE segment |
static int |
SOLUTION
A constant indicating that the LEA program is in the SOLUTION segment |
static int |
TARGET
A constant indicating that the LEA program is in the TARGET segment |
Constructor Summary | |
Globals()
|
Method Summary | |
void |
clearException()
|
boolean |
defaultOperationsAllowed()
|
boolean |
doubleSelectionsAllowed()
|
void |
explainDanish(java.lang.String explanation)
|
exceptions.UserException |
getStoredException()
|
void |
ignore()
|
void |
issue(exceptions.DesignException e)
|
void |
issue(exceptions.UserException e)
|
void |
report()
|
void |
trigDefaultOperations()
|
void |
trigDoubleSelections()
|
void |
trigStore()
|
boolean |
willStore()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DANISH
public static final int ENGLISH
public static final int PREAMBLE
public static final int PREMISE
public static final int TARGET
public static final int SOLUTION
public static final int FINALIZE
public static final int BEFORE_PREMISE
public static final int BEFORE_TARGET
public static final int BEFORE_SOLUTION
public static final int BEFORE_FINALIZE
public static final int BEFORE_END
public static final int NUMBER_OF_SUBTYPES
Constructor Detail |
public Globals()
Method Detail |
public void ignore()
public void report()
public void trigStore()
public boolean willStore()
public void issue(exceptions.UserException e) throws UserException
UserException
public void issue(exceptions.DesignException e) throws DesignException
DesignException
public void clearException()
public exceptions.UserException getStoredException()
public void explainDanish(java.lang.String explanation)
public boolean doubleSelectionsAllowed()
public void trigDoubleSelections()
public boolean defaultOperationsAllowed()
public void trigDefaultOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |