Class SimulationStateLibrary
java.lang.Object
org.palladiosimulator.simulizar.action.repository.black.SimulationStateLibrary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
Gets the current simulation (ins
).
-
Constructor Details
-
SimulationStateLibrary
public SimulationStateLibrary()
-
-
Method Details
-
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.
-