Class UcteExporter

java.lang.Object
com.powsybl.ucte.converter.UcteExporter
All Implemented Interfaces:
Exporter

@AutoService(Exporter.class) public class UcteExporter extends Object implements Exporter
Author:
Abdelsalem HEDHILI <abdelsalem.hedhili at rte-france.com>, Mathieu BAGUE <mathieu.bague at rte-france.com>
  • Field Details

  • Constructor Details

    • UcteExporter

      public UcteExporter()
    • UcteExporter

      public UcteExporter(PlatformConfig platformConfig)
  • Method Details

    • 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
    • getParameters

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