Package org.mpi_sws.jmc.strategies.trust
Class MeasureGraphCoverageStrategyConfig
java.lang.Object
org.mpi_sws.jmc.strategies.trust.MeasureGraphCoverageStrategyConfig
Configuration class for the MeasureGraphCoverageStrategy.
This class provides a builder pattern to create instances of the configuration with various options such as enabling debug mode, recording graphs, setting the record path, measuring frequency, and whether to record per iteration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled() -
shouldRecordGraphs
public boolean shouldRecordGraphs() -
getRecordPath
-
getMeasuringFrequency
-
isRecordPerIteration
public boolean isRecordPerIteration() -
builder
public static MeasureGraphCoverageStrategyConfig.MeasureGraphCoverageStrategyConfigBuilder builder()
-