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