Interface NetworkLayerGenerator

  • All Known Implementing Classes:
    MacroscopicGridNetworkLayerGenerator

    public interface NetworkLayerGenerator
    A network layer generator generates a (non-empty) network based on its type and or configuration on-the-fly.Unlike a Network reader it is not meant to read anything from disk, but instead generate it based on some pattern of sorts. concrete implementations are meant to provide a quick and easy way to obtain some sample networks for testing.
    Author:
    markr
    • Method Detail

      • generate

        UntypedPhysicalLayer<?,​?,​?> generate()
        Generate the network layer
        Returns:
        created layer