Class CgmesExport

    • Constructor Detail

      • CgmesExport

        public CgmesExport()
    • Method Detail

      • export

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

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

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