Interface SimulationConfigBindingModule
-
@Module public interface SimulationConfigBindingModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_SIMULATION_TIME
static String
RECORDERFRAMEWORK_RECORDERNAME
-
Method Summary
Static Methods Modifier and Type Method Description static Optional<Double>
provideMaxSimTime(de.uka.ipd.sdq.simulation.AbstractSimulationConfig configuration)
static String
provideRecorderName(de.uka.ipd.sdq.simulation.AbstractSimulationConfig configuration)
-
-
-
Field Detail
-
MAX_SIMULATION_TIME
static final String MAX_SIMULATION_TIME
- See Also:
- Constant Field Values
-
RECORDERFRAMEWORK_RECORDERNAME
static final String RECORDERFRAMEWORK_RECORDERNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
provideMaxSimTime
@Provides @Named("maxSimTime") static Optional<Double> provideMaxSimTime(de.uka.ipd.sdq.simulation.AbstractSimulationConfig configuration)
-
provideRecorderName
@Provides @Named("recorderframework.recordername") static String provideRecorderName(de.uka.ipd.sdq.simulation.AbstractSimulationConfig configuration)
-
-