exstreme v0.0.1 API Reference
Modules
A graph is a data structure that contains nodes connected between them, this graphs must start with only one node and can finish in many nodes, all the nodes in the graph must be connected, for example
This behaviour defines what means to be a node in the Graph
The data for each node
The data for each node
The data for each node
This module contains useful functions to get information about a graph
Builds the graph generating a Supervision tree of process for the graph that supervises each node
Contains the functions to create graph, create nodes and to connect them
Contains the functions to validate a graph