|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
| 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 45 of file graphanalysis.py.
| def graphanalysis.analyze_connected_componets | ( | gr | ) | 
Definition at line 61 of file graphanalysis.py.
| def graphanalysis.analyze_critical_path | ( | gr | ) | 
Definition at line 74 of file graphanalysis.py.
| def graphanalysis.print_graph_to_json | ( | gr, | |
| filename | |||
| ) | 
Definition at line 92 of file graphanalysis.py.
| def graphanalysis.read_graph_from_json | ( | filename | ) | 
Definition at line 18 of file graphanalysis.py.
| string graphanalysis.filename = "Athena.json" | 
Definition at line 130 of file graphanalysis.py.
| def graphanalysis.gr = read_graph_from_json(filename) | 
Definition at line 131 of file graphanalysis.py.
| def graphanalysis.had_to_fix_cycles = analyze_and_fix_cycles(gr) | 
Definition at line 134 of file graphanalysis.py.