Interface LfNetworkLoader

  • All Known Implementing Classes:
    LfNetworkLoaderImpl

    public interface LfNetworkLoader
    Author:
    Geoffroy Jamgotchian
    • Method Detail

      • load

        Optional<List<LfNetwork>> load​(Object network,
                                       LfNetworkParameters parameters,
                                       com.powsybl.commons.reporter.Reporter reporter)
        Load the given network object
        Parameters:
        network - the network to load
        parameters - parameters used to load the network
        reporter - the reporter used for functional logs
        Returns:
        the list of LfNetwork, sorted by ascending connected components number then by ascending synchronous components number (hence sorted by descending connected components size then by descending synchronous components size)