Class SchedulingStrategyConfiguration

java.lang.Object
org.mpi_sws.jmc.strategies.SchedulingStrategyConfiguration

public class SchedulingStrategyConfiguration extends Object
Configuration class for scheduling strategies.

This class encapsulates the configuration parameters for scheduling strategies, including seed, trust scheduling policy, report path, and debug mode.

It provides a builder pattern for constructing instances of the configuration, allowing for flexible and readable configuration of scheduling strategies.

  • Method Details

    • getSeed

      public Long getSeed()
    • getReportPath

      public String getReportPath()
    • getDebug

      public boolean getDebug()
    • getTrustSchedulingPolicy

      public TrustStrategy.SchedulingPolicy getTrustSchedulingPolicy()