Interface IWorkflowConfiguration

All Superinterfaces:
ITransformationConfiguration
All Known Subinterfaces:
IModelledPcmWorkflowConfiguration, IModelledPrismWorkflowConfiguration, IModelledWorkflowConfiguration, IPCMWorkflowConfiguration, IPrismWorkflowConfiguration
All Known Implementing Classes:
SimExpWorkflowConfiguration

public interface IWorkflowConfiguration extends ITransformationConfiguration
  • 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()