|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.simulation.ChronState
Constant object identifiers of the run state the Chronometer
Chronometer| Field Summary | |
java.lang.String |
name
The name of the chronometer state. |
static ChronState |
RUN
Constant value indicating that the chronometer is running |
static ChronState |
STEP
Constant value indicating that the chronometer is being stepped |
static ChronState |
STOP
Constant value indicating that the chronometer is stopped |
| Constructor Summary | |
protected |
ChronState(java.lang.String name)
Protected Constructor |
| Method Summary | |
static ChronState[] |
getChronStates()
Return an array of the defined ChronState objects |
java.lang.String |
toString()
Return the name of the chronometer state. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ChronState RUN
public static final ChronState STOP
public static final ChronState STEP
public final java.lang.String name
| Constructor Detail |
protected ChronState(java.lang.String name)
name - the name of the chronometer state.| Method Detail |
public static ChronState[] getChronStates()
ChronState objects
ChronState objectspublic java.lang.String toString()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||