Fountainedge v0.1.10 Fountainedge.Graph View Source

Graphing functions.

Link to this section Summary

Functions

Graphs a schema as a UML Activity Diagram using Graphviz.

Ranks all nodes in a given schema.

Link to this section Functions

Graphs a schema as a UML Activity Diagram using Graphviz.

If given a workflow, the graph will be decorationed with stateful information such as the current node (or nodes.)

Link to this function

rank(workflow, filename) View Source

Ranks all nodes in a given schema.

dot creates hierarchical or layered drawings of directed graphs. A ranking algorithmn is used to determine this heirarchy. It may be useful to use these ranks when determining direction in a workflow. Call this function to calculate ranks per each node.

Will set the rank field on each Fountainedge.Node within the schema.