Skip to main content

Graph

Stability - Stable

The graph module manages Thing graphs - directed or undirected graphs in which Things are the vertices, and the collection of edges between them can be dynamically controlled by your mod.

Named graphs are registered in the data phase. During the control phase, edges can be dynamically added to or removed from any named graph, and events can monitor edge connections and disconnections, as well as Thing lifecycle changes associated with connected vertices.

Registration

Client Methods

Custom Events