Package com.powsybl.iidm.network
Class ImportConfig
java.lang.Object
com.powsybl.iidm.network.ImportConfig
Generic configuration for network importing. Specifically, this allows to configure
ImportPostProcessor
s to be applied after networks are imported.- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionImportConfig
(String... postProcessors) ImportConfig
(List<String> postProcessors) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPostProcessors
(List<String> postProcessors) The immutable list of enabledImportPostProcessor
, defined by their name.static ImportConfig
load()
static ImportConfig
load
(PlatformConfig platformConfig) toString()
-
Field Details
-
CACHE
-
-
Constructor Details
-
ImportConfig
public ImportConfig() -
ImportConfig
-
ImportConfig
-
-
Method Details
-
load
-
load
-
getPostProcessors
The immutable list of enabledImportPostProcessor
, defined by their name.- Returns:
- the immutable list of enabled
ImportPostProcessor
, defined by their name.
-
addPostProcessors
-
toString
-