gov.nasa.arc.brahms.vm.api.events
Interface ISimulationEventConstants

All Known Subinterfaces:
ISimulationEndedEM, ISimulationStartedEM

public interface ISimulationEventConstants

The ISimulationEventConstants interface specifies constants related to the event messages that indicate the start and end of the simulation. The constants mainly consist of property names used in the event messages.

Version:
27 September 2000
Author:
Ron van Hoof

Field Summary
static java.lang.String ENDDATE
          Property name indicating that its value is a GregorianCalendar
static java.lang.String SIMULATEDTIME
          Property name indicating that its value is a long indicating the simulated time in simulation units
static java.lang.String STARTDATE
          Property name indicating that its value is a GregorianCalendar
static java.lang.String TIMEUNIT
          Property name indicating that its value is a long indicating the time unit used in seconds
 

Field Detail

STARTDATE

static final java.lang.String STARTDATE
Property name indicating that its value is a GregorianCalendar

See Also:
Constant Field Values

ENDDATE

static final java.lang.String ENDDATE
Property name indicating that its value is a GregorianCalendar

See Also:
Constant Field Values

SIMULATEDTIME

static final java.lang.String SIMULATEDTIME
Property name indicating that its value is a long indicating the simulated time in simulation units

See Also:
Constant Field Values

TIMEUNIT

static final java.lang.String TIMEUNIT
Property name indicating that its value is a long indicating the time unit used in seconds

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.