|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final java.lang.String STARTDATE
static final java.lang.String ENDDATE
static final java.lang.String SIMULATEDTIME
static final java.lang.String TIMEUNIT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |