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ยง
- Canonicalize
Edges - Ordered sequence of directed edges for canonicalization.
- Node
Name Network - Node Name Network - Pure graph structure for node connections.