Package com.powsybl.dynamicsimulation
Interface DynamicSimulationProvider
-
- All Superinterfaces:
PlatformConfigNamedProvider
,Versionable
public interface DynamicSimulationProvider extends Versionable, PlatformConfigNamedProvider
- Author:
- Marcos de Miguel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.powsybl.commons.config.PlatformConfigNamedProvider
PlatformConfigNamedProvider.Finder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static List<DynamicSimulationProvider>
findAll()
CompletableFuture<DynamicSimulationResult>
run(Network network, DynamicModelsSupplier dynamicModelsSupplier, EventModelsSupplier eventModelsSupplier, CurvesSupplier curvesSupplier, String workingVariantId, ComputationManager computationManager, DynamicSimulationParameters parameters)
-
Methods inherited from interface com.powsybl.commons.config.PlatformConfigNamedProvider
getName, getPlatformConfigName
-
Methods inherited from interface com.powsybl.commons.Versionable
getName, getVersion
-
-
-
-
Method Detail
-
findAll
static List<DynamicSimulationProvider> findAll()
-
run
CompletableFuture<DynamicSimulationResult> run(Network network, DynamicModelsSupplier dynamicModelsSupplier, EventModelsSupplier eventModelsSupplier, CurvesSupplier curvesSupplier, String workingVariantId, ComputationManager computationManager, DynamicSimulationParameters parameters)
-
-