Interface ISimulationTimeProvider
-
- All Known Subinterfaces:
ISimulationControl
- All Known Implementing Classes:
AbstractExperiment
,DesmoJExperiment
,SSJExperiment
public interface ISimulationTimeProvider
This interface provides capabilities to access the current simulation time. It has been factored out fromISimulationControl
in an effort to slim down interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCurrentSimulationTime()
Returns the current simulation time.
-