|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TimeUnitInterface | |
| nl.tudelft.simulation.dsol.experiment | Experimental design in DSOL. |
| nl.tudelft.simulation.dsol.simulators | Provides the simulator interfaces and classes for a number of formalisms. |
| Uses of TimeUnitInterface in nl.tudelft.simulation.dsol.experiment |
| Classes in nl.tudelft.simulation.dsol.experiment that implement TimeUnitInterface | |
class |
TimeUnit
The TimeUnitInterface defines the simulator time units. |
| Fields in nl.tudelft.simulation.dsol.experiment declared as TimeUnitInterface | |
static TimeUnitInterface |
TimeUnitInterface.UNIT
UNIT reflects the non actual time related unit |
static TimeUnitInterface |
TimeUnitInterface.MILLISECOND
MILLISECOND reflects the MILLISECONDS |
static TimeUnitInterface |
TimeUnitInterface.SECOND
SECOND reflects the SECOND |
static TimeUnitInterface |
TimeUnitInterface.MINUTE
MINUTE reflects the MINUTE |
static TimeUnitInterface |
TimeUnitInterface.HOUR
HOUR reflects the HOUR |
static TimeUnitInterface |
TimeUnitInterface.DAY
DAY reflects the DAY |
static TimeUnitInterface |
TimeUnitInterface.WEEK
WEEK reflects the WEEK |
| Methods in nl.tudelft.simulation.dsol.experiment that return TimeUnitInterface | |
TimeUnitInterface |
Treatment.getTimeUnit()
returns the timeUnit |
| Methods in nl.tudelft.simulation.dsol.experiment with parameters of type TimeUnitInterface | |
void |
Treatment.setTimeUnit(TimeUnitInterface timeUnit)
sets the timeUnit of the treatment |
static double |
TimeUnit.convert(double amount,
TimeUnitInterface units,
SimulatorInterface simulator)
converts amount units to the units of the simulator |
static double |
TimeUnit.convert(double amount,
TimeUnitInterface units,
TimeUnitInterface targetUnits)
converts amount units to the target units |
| Uses of TimeUnitInterface in nl.tudelft.simulation.dsol.simulators |
| Methods in nl.tudelft.simulation.dsol.simulators with parameters of type TimeUnitInterface | |
void |
DEVSSimulatorInterface.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
short priority,
java.lang.Object source,
java.lang.Object target,
java.lang.String method,
java.lang.Object[] args)
schedules a methodCall at a relative duration. |
void |
DEVSSimulatorInterface.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
java.lang.Object source,
java.lang.Object target,
java.lang.String method,
java.lang.Object[] args)
schedules a methodCall at a relative duration. |
void |
DEVSSimulator.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
java.lang.Object source,
java.lang.Object target,
java.lang.String method,
java.lang.Object[] args)
|
void |
DEVSSimulator.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
short priority,
java.lang.Object source,
java.lang.Object target,
java.lang.String method,
java.lang.Object[] args)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||