@Deprecated public interface SituatedObject
Modifier and Type | Method and Description |
---|---|
double |
getSimulationStepDuration()
Deprecated.
Replies the duration of a simulation loop for this environment.
|
double |
getSimulationStepDuration(TimeUnit desired_unit)
Deprecated.
Replies the duration of a simulation loop for this environment.
|
double |
getSimulationTime()
Deprecated.
Replies the current date of simulation.
|
double |
getSimulationTime(TimeUnit desired_unit)
Deprecated.
Replies the current date of simulation.
|
double |
perSecond(double quantity)
Deprecated.
Convert the specified quantity specified in
something per second to the same quantity
expressed in something per simulation turn.
|
double getSimulationTime(TimeUnit desired_unit)
The unit depends on the environment's implementation.
desired_unit
- indicates the unit to usedouble getSimulationTime()
The unit depends on the environment's implementation.
double getSimulationStepDuration(TimeUnit desired_unit)
desired_unit
- indicates the unit to usedouble getSimulationStepDuration()
double perSecond(double quantity)
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.