Jeospace API

org.jeospace.simulation
Class ChronState

java.lang.Object
  extended byorg.jeospace.simulation.ChronState

public class ChronState
extends java.lang.Object

Constant object identifiers of the run state the Chronometer

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
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

RUN

public static final ChronState RUN
Constant value indicating that the chronometer is running


STOP

public static final ChronState STOP
Constant value indicating that the chronometer is stopped


STEP

public static final ChronState STEP
Constant value indicating that the chronometer is being stepped


name

public final java.lang.String name
The name of the chronometer state.

Constructor Detail

ChronState

protected ChronState(java.lang.String name)
Protected Constructor

Parameters:
name - the name of the chronometer state.
Method Detail

getChronStates

public static ChronState[] getChronStates()
Return an array of the defined ChronState objects

Returns:
the array of the defined ChronState objects

toString

public java.lang.String toString()
Return the name of the chronometer state.

Returns:
the name of the chronometer state.

Jeospace API

Copyright © 2006 - jeospace.org