Fountainedge v0.1.10 Fountainedge.Graph View Source
Graphing functions.
Link to this section Summary
Link to this section Functions
Link to this function
graph(workflow) View Source
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.