Class GroovyDynamicModelsSupplier
java.lang.Object
com.powsybl.dynamicsimulation.groovy.GroovyDynamicModelsSupplier
- All Implemented Interfaces:
DynamicModelsSupplier
,SimulatorInputSupplier<DynamicModel>
- Author:
- Marcos de Miguel <demiguelm at aia.es>
-
Constructor Summary
ConstructorDescriptionGroovyDynamicModelsSupplier
(InputStream is, List<DynamicModelGroovyExtension> extensions) GroovyDynamicModelsSupplier
(Path path, List<DynamicModelGroovyExtension> extensions) -
Method Summary
Modifier and TypeMethodDescriptionReturn a list ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.dynamicsimulation.SimulatorInputSupplier
get, getName
-
Constructor Details
-
GroovyDynamicModelsSupplier
-
GroovyDynamicModelsSupplier
-
GroovyDynamicModelsSupplier
-
-
Method Details
-
get
Description copied from interface:SimulatorInputSupplier
Return a list ofT
objects specific to a given network- Specified by:
get
in interfaceSimulatorInputSupplier<DynamicModel>
- Parameters:
network
- The network used to filter the content of the listreporter
- the reporter used for functional logs- Returns:
- A list of
T
for the given network
-