Interface NetworkGenerator<T>

    • Method Detail

      • createNetwork

        Network<T> createNetwork​(Network<T> network)
        Creates edges using the nodes in the specified network. The semantics of edge creation is determined by implementing classes. For example, a Small World generator would create edges in a small world configuration.
        Parameters:
        network - a network containing nodes
        Returns:
        the generated network