Interface IWorkflowConfiguration
- All Superinterfaces:
ITransformationConfiguration
- All Known Subinterfaces:
IModelledPcmWorkflowConfiguration
,IModelledPrismWorkflowConfiguration
,IModelledWorkflowConfiguration
,IPCMWorkflowConfiguration
,IPrismWorkflowConfiguration
- All Known Implementing Classes:
SimExpWorkflowConfiguration
-
Method Summary
Methods inherited from interface org.palladiosimulator.simexp.pcm.config.ITransformationConfiguration
getTransformationNames
-
Method Details
-
getSimulatorType
SimulatorType getSimulatorType() -
getSimulationEngine
SimulationEngine getSimulationEngine() -
getExperimentsURI
URI getExperimentsURI() -
getStaticModelURI
URI getStaticModelURI() -
getDynamicModelURI
URI getDynamicModelURI() -
getSimulationParameters
SimulationParameters getSimulationParameters() -
getSeedProvider
Optional<tools.mdsd.probdist.api.random.ISeedProvider> getSeedProvider()
-