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§
- Attribute
Summary - Summary information about attributes in a graph
- Attribute
View - Attribute view for efficient querying and filtering
- Attributed
DiGraph - Directed graph with node and edge attributes
- Attributed
Graph - Graph with node and edge attributes
Enums§
- Attribute
Value - A type-erased attribute value that can store any serializable data
Type Aliases§
- Attributes
- A collection of attributes (key-value pairs)