|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeUnitInterface
The TimeUnitInterface defines the simulator time units.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Field Summary | |
---|---|
static TimeUnitInterface |
DAY
DAY reflects the DAY |
static TimeUnitInterface |
HOUR
HOUR reflects the HOUR |
static TimeUnitInterface |
MILLISECOND
MILLISECOND reflects the MILLISECONDS |
static TimeUnitInterface |
MINUTE
MINUTE reflects the MINUTE |
static TimeUnitInterface |
SECOND
SECOND reflects the SECOND |
static TimeUnitInterface |
UNIT
UNIT reflects the non actual time related unit |
static TimeUnitInterface |
WEEK
WEEK reflects the WEEK |
Method Summary | |
---|---|
long |
getValue()
Method getValue.This method returns the number of timeunits relative to milliseconds |
Field Detail |
---|
static final TimeUnitInterface UNIT
static final TimeUnitInterface MILLISECOND
static final TimeUnitInterface SECOND
static final TimeUnitInterface MINUTE
static final TimeUnitInterface HOUR
static final TimeUnitInterface DAY
static final TimeUnitInterface WEEK
Method Detail |
---|
long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |