Package org.mpi_sws.jmc.runtime
Class JmcRuntimeConfiguration
java.lang.Object
org.mpi_sws.jmc.runtime.JmcRuntimeConfiguration
Represents the configuration for the JMC runtime.
This class encapsulates various settings that control the behavior of the JMC runtime, including scheduling strategies, debugging options, report paths, and retry configurations.
Use the JmcRuntimeConfiguration.Builder to create a configuration instance.
The user does not have to specify this explicitly. The JmcCheckerConfiguration provided is used to create and instance of this
class
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getStrategy
-
getDebug
-
getReportPath
-
getSchedulerTries
public int getSchedulerTries() -
getSchedulerTrySleepTimeNanos
public long getSchedulerTrySleepTimeNanos()
-