graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "functions/preprocess-function" -- "webapp/src" [label=" 3186 ", penwidth="10", color="#DC143CFF"]; "functions/gamesimulator-scheduler-function" -- "webapp/src" [label=" 1079 ", penwidth="3", color="#DC143C82"]; "functions/gamesimulator-scheduler-function" -- "functions/preprocess-function" [label=" 156 ", penwidth="1", color="#DC143C4C"]; "functions/gamesimulator-scheduler-function" -- "functions/scheduler-function" [label=" 84 ", penwidth="1", color="#DC143C4C"]; "functions/gamesimulator-init-function" -- "functions/gamesimulator-scheduler-function" [label=" 50 ", penwidth="1", color="#DC143C4C"]; }