Module attributes

Module attributes 

Source
Expand description

Node and edge attribute system

This module provides a flexible system for associating arbitrary metadata with nodes and edges in graphs. Attributes can store any serializable data and provide type-safe access patterns.

Structs§

AttributeSummary
Summary information about attributes in a graph
AttributeView
Attribute view for efficient querying and filtering
AttributedDiGraph
Directed graph with node and edge attributes
AttributedGraph
Graph with node and edge attributes

Enums§

AttributeValue
A type-erased attribute value that can store any serializable data

Type Aliases§

Attributes
A collection of attributes (key-value pairs)