exstreme v0.1.0 Exstreme.Graph
This module contains useful functions to get information about a graph.
Summary
Functions
Counts the connected, unconnected, begin and end nodes
Counts the connections
Counts the Graph nodes
Gets the last nodes
Gets the starting gnode
Gets the nodes after the current one
Gets the nodes before the current one
Gets the name in the Graph for one gnode
Types
Functions
Specs
connections_stats(t) :: %{key: integer}
Counts the connected, unconnected, begin and end nodes
Specs
get_after_nodes(t, atom) :: [atom]
Gets the nodes after the current one
Specs
get_before_nodes(t, atom) :: [atom]
Gets the nodes before the current one