Skip to main content

Module node_name_network

Module node_name_network 

Source
Expand description

Node Name Network - Graph structure for node name connections.

Provides a pure graph structure where:

  • Nodes are identified by names (generic type NodeName)
  • Edges represent connections between nodes (no data stored)

This is a foundation for SiteIndexNetwork and can be used independently when only the graph structure (without index information) is needed.

Structsยง

CanonicalizeEdges
Ordered sequence of directed edges for canonicalization.
NodeNameNetwork
Node Name Network - Pure graph structure for node connections.