![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
Functions | |
| def | read_graph_from_json (filename) |
| def | analyze_and_fix_cycles (gr) |
| def | analyze_connected_componets (gr) |
| def | analyze_critical_path (gr) |
| def | print_graph_to_json (gr, filename) |
Variables | |
| string | filename = "Athena.json" |
| def | gr = read_graph_from_json(filename) |
| def | had_to_fix_cycles = analyze_and_fix_cycles(gr) |
| def graphanalysis.analyze_and_fix_cycles | ( | gr | ) |
Definition at line 46 of file graphanalysis.py.
| def graphanalysis.analyze_connected_componets | ( | gr | ) |
Definition at line 62 of file graphanalysis.py.
| def graphanalysis.analyze_critical_path | ( | gr | ) |
Definition at line 75 of file graphanalysis.py.
| def graphanalysis.print_graph_to_json | ( | gr, | |
| filename | |||
| ) |
Definition at line 93 of file graphanalysis.py.
| def graphanalysis.read_graph_from_json | ( | filename | ) |
Definition at line 19 of file graphanalysis.py.
| string graphanalysis.filename = "Athena.json" |
Definition at line 131 of file graphanalysis.py.
| def graphanalysis.gr = read_graph_from_json(filename) |
Definition at line 132 of file graphanalysis.py.
| def graphanalysis.had_to_fix_cycles = analyze_and_fix_cycles(gr) |
Definition at line 135 of file graphanalysis.py.