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 from ISimulationControl in an effort to slim down interfaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the current simulation time.
  • Method Details

    • getCurrentSimulationTime

      double getCurrentSimulationTime()
      Returns the current simulation time.