Interface Exporter

    • Method Detail

      • find

        static Exporter find​(ExportersLoader loader,
                             String format)
        Find an exporter.
        Parameters:
        format - the export format
        Returns:
        the exporter if one exists for the given format or null otherwise
      • getFormat

        String getFormat()
        Get a unique identifier of the format.
      • getComment

        String getComment()
        Get some information about this exporter.
      • getParameters

        default List<Parameter> getParameters()
        Get a description of export parameters
        Returns:
      • export

        default void export​(Network network,
                            Properties parameters,
                            DataSource dataSource)
        Export a model.
        Parameters:
        network - the model
        parameters - some properties to configure the export
        dataSource - data source
      • export

        default void export​(Network network,
                            Properties parameters,
                            DataSource dataSource,
                            Reporter reporter)
        Export a model.
        Parameters:
        network - the model
        parameters - some properties to configure the export
        dataSource - data source
        reporter - the reporter used for functional logs