|
||||||||||
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.DAY
DAY reflects the DAY |
static TimeUnitInterface |
TimeUnitInterface.HOUR
HOUR reflects the HOUR |
static TimeUnitInterface |
TimeUnitInterface.MILLISECOND
MILLISECOND reflects the MILLISECONDS |
static TimeUnitInterface |
TimeUnitInterface.MINUTE
MINUTE reflects the MINUTE |
static TimeUnitInterface |
TimeUnitInterface.SECOND
SECOND reflects the SECOND |
static TimeUnitInterface |
TimeUnitInterface.UNIT
UNIT reflects the non actual time related unit |
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 | |
---|---|
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 |
void |
Treatment.setTimeUnit(TimeUnitInterface timeUnit)
sets the timeUnit of the treatment |
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,
Object source,
Object target,
String method,
Object[] args)
schedules a methodCall at a relative duration. |
void |
DEVSSimulator.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
Object source,
Object target,
String method,
Object[] args)
|
void |
DEVSSimulatorInterface.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
short priority,
Object source,
Object target,
String method,
Object[] args)
schedules a methodCall at a relative duration. |
void |
DEVSSimulator.scheduleEvent(double relativeDelay,
TimeUnitInterface timeUnit,
short priority,
Object source,
Object target,
String method,
Object[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |