Class SimulationStateLibrary
- java.lang.Object
-
- org.palladiosimulator.simulizar.action.repository.black.SimulationStateLibrary
-
public class SimulationStateLibrary extends Object
-
-
Constructor Summary
Constructors Constructor Description SimulationStateLibrary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getSimulationTime()
Gets the current simulation (ins
).
-
-
-
Method Detail
-
getSimulationTime
public static double getSimulationTime()
Gets the current simulation (ins
).- Returns:
- The current simulation time, in terms of a nonnegative double value.
- Throws:
RuntimeException
- In case the simulation time could not be obtained.
-
-