Interface SimulatorInputSupplier<T>

    • Method Detail

      • get

        List<T> get​(Network network)
        Return a list of
        T
        objects specific to a given network
        Parameters:
        network - The network used to filter the content of the list
        Returns:
        A list of
        T
        for the given network