View Source Fountainedge.Edge (Fountainedge Workflow Engine v1.0.8)

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

Types

t()

Edge structure.

Functions

Find a matching edge in a list (used internally.)

Link to this section Types

@type t() :: %Fountainedge.Edge{attributes: list(), id: integer(), next: integer()}

Edge structure.

Link to this section Functions

@spec find([t()], t()) :: t() | nil

Find a matching edge in a list (used internally.)