Package com.powsybl.psse.converter
Class PsseExporter
java.lang.Object
com.powsybl.psse.converter.PsseExporter
- All Implemented Interfaces:
Exporter
- Author:
- Luma Zamarreño <zamarrenolm at aia.es>, José Antonio Marqués <marquesja at aia.es>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(Network network, Properties parameters, DataSource dataSource) Export a model.Get some information about this exporter.Get a unique identifier of the format.Get a description of export parameters
-
Constructor Details
-
PsseExporter
public PsseExporter()
-
-
Method Details
-
getParameters
Description copied from interface:Exporter
Get a description of export parameters- Specified by:
getParameters
in interfaceExporter
- Returns:
-
getFormat
Description copied from interface:Exporter
Get a unique identifier of the format. -
getComment
Description copied from interface:Exporter
Get some information about this exporter.- Specified by:
getComment
in interfaceExporter
-
export
Description copied from interface:Exporter
Export a model.
-