View Source Fountainedge.Edge (Fountainedge v1.0.6)
A graph edge directionally links two nodes together.
Edges are fundamental to the concept of transitioning between nodes.
Graphviz
is used for presentation and ranking of graph nodes.
See Graphvix.Graph.add_edge/4.
Link to this section Summary
Functions
Find a matching edge in a list (used internally.)
Link to this section Types
Edge structure.
:id- Identifier of theFountainedge.Nodewhere the edge is leaving (out from.):next- Identifier of theFountainedge.Nodewhere the edge is pointing (in to.):attributesOptional list of edge attributes passed toGraphvix.Graph.add_edge/4.
Link to this section Functions
Find a matching edge in a list (used internally.)