Jeospace API

org.jeospace.simulation
Class ChronDirection

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

public class ChronDirection
extends java.lang.Object

Constant object identifiers indicating the direction of time flow of the Chronometer.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
Chronometer

Field Summary
static ChronDirection BACKWARD
          Constant value indicating that time is running backward
static ChronDirection FORWARD
          Constant value indicating that time is running forward
 java.lang.String name
          The name of the direction.
 
Constructor Summary
protected ChronDirection(java.lang.String name)
          Protected Constructor
 
Method Summary
static ChronDirection[] getChronDirections()
          Return an array of the defined ChronDirection objects
 java.lang.String toString()
          Return the name of the direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORWARD

public static final ChronDirection FORWARD
Constant value indicating that time is running forward


BACKWARD

public static final ChronDirection BACKWARD
Constant value indicating that time is running backward


name

public final java.lang.String name
The name of the direction.

Constructor Detail

ChronDirection

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

Parameters:
name - the name of the direction.
Method Detail

getChronDirections

public static ChronDirection[] getChronDirections()
Return an array of the defined ChronDirection objects

Returns:
the array of the defined ChronDirection objects

toString

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

Returns:
the name of the direction.

Jeospace API

Copyright © 2006 - jeospace.org