Class PsseExporter

java.lang.Object
com.powsybl.psse.converter.PsseExporter
All Implemented Interfaces:
Exporter

@AutoService(Exporter.class) public class PsseExporter extends Object implements Exporter
Author:
Luma Zamarreño <zamarrenolm at aia.es>, José Antonio Marqués <marquesja at aia.es>
  • Constructor Details

    • PsseExporter

      public PsseExporter()
  • Method Details

    • getParameters

      public List<Parameter> getParameters()
      Description copied from interface: Exporter
      Get a description of export parameters
      Specified by:
      getParameters in interface Exporter
      Returns:
    • getFormat

      public String getFormat()
      Description copied from interface: Exporter
      Get a unique identifier of the format.
      Specified by:
      getFormat in interface Exporter
    • getComment

      public String getComment()
      Description copied from interface: Exporter
      Get some information about this exporter.
      Specified by:
      getComment in interface Exporter
    • export

      public void export(Network network, Properties parameters, DataSource dataSource)
      Description copied from interface: Exporter
      Export a model.
      Specified by:
      export in interface Exporter
      Parameters:
      network - the model
      parameters - some properties to configure the export
      dataSource - data source