Interface SimulationConfigBindingModule


@Module public interface SimulationConfigBindingModule
  • Field Details

  • Method Details

    • provideMaxSimTime

      @Provides @Named("maxSimTime") static Optional<Double> provideMaxSimTime(de.uka.ipd.sdq.simulation.core.AbstractSimulationConfig configuration)
    • provideRecorderName

      @Provides @Named("recorderframework.recordername") static String provideRecorderName(de.uka.ipd.sdq.simulation.core.AbstractSimulationConfig configuration)