Next topic

create

This Page

__init__

NetworkGenerator.__init__(creationFunction, typeMap)
Parameters :

creationFunction : function

Function used to create a networkx graph.

typeMap : dict

Dictionary of the structure (<parameter name>, <type>) so that the the parameter is a parameter to creationFunction and <type> is a type object.