Class UcteImporter

    • Constructor Detail

      • UcteImporter

        public UcteImporter()
      • UcteImporter

        public UcteImporter​(com.powsybl.commons.config.PlatformConfig platformConfig)
    • Method Detail

      • getParameters

        public List<com.powsybl.commons.parameters.Parameter> getParameters()
        Specified by:
        getParameters in interface Importer
      • exists

        public boolean exists​(com.powsybl.commons.datasource.ReadOnlyDataSource dataSource)
        Specified by:
        exists in interface Importer
      • copy

        public void copy​(com.powsybl.commons.datasource.ReadOnlyDataSource fromDataSource,
                         com.powsybl.commons.datasource.DataSource toDataSource)
        Specified by:
        copy in interface Importer
      • importData

        public Network importData​(com.powsybl.commons.datasource.ReadOnlyDataSource dataSource,
                                  NetworkFactory networkFactory,
                                  Properties parameters,
                                  com.powsybl.commons.reporter.Reporter reporter)
        Specified by:
        importData in interface Importer