Module attributes

Source
Expand description

Extend a graph with attributes.

Sometimes one needs additional attributes associated with the nodes or edges of a graph. This module provides some traits to access associated node and edge attributes if the graph type supports them.

Traitsยง

AttributedGraph
A trait to split the graph and its attributes.
EdgeAttributes
Object with associated edge attributes.
NodeAttributes
Object with associated node attributes.