Static member | Description |
Full Usage:
Node.addNode graph node
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph the node will be added to.
node : 'NodeKey
-
The node to be created. The type must match the node type of the graph.
Returns: DiGraph<'NodeKey, DiGraph<'NodeKey, 'NodeData, 'EdgeData>, 'a> -> DiGraph<'NodeKey, DiGraph<'NodeKey, 'NodeData, 'EdgeData>, 'a>
Unit
|
|
Full Usage:
Node.getNodeData node graph
Parameters:
'NodeKey
-
The key of the node node to be returned
graph : DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph the node will be returned from.
Returns: 'NodeData
Unit
|
|
|
|