Makes an edge to the specified node and from the specifed node to
thisJinGirNewNode if both nodes do not already have edges to each
other and if adding the edge keeps their degrees less than
maxDegree.
Makes a link between the specified Node using the specified Edge
and a Node chosen at random from the probability map, and calls
this Linker's update method with this random node and a value of
1 as the arguments.
Makes a link between the specified Node using the specified Edge
and a Node chosen at random from the probability map and calls
this Linker's update method with this random node and the
specified value as arguments.
Converts the network(s) described in matrices to a list of nodes and links
of type nodeClass and type edgeClass. matrices must contain
AdjacencyMatrices that describe the same nodes, that is, each
AdjacencyMatrix must contain the same list of node labels, in the same
order.
Indicates that the row/column should be allocated just enough space to
accomidate the minimum size of all components contained completely within
this row/column.