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" ] "src/functions/CancelCar" -- "src/functions/CancelFlight" [label=" 70 ", penwidth="10", color="#DC143CFF"]; "src/functions/CancelFlight" -- "src/functions/CancelHotel" [label=" 70 ", penwidth="10", color="#DC143CFF"]; "src/functions/CancelCar" -- "src/functions/CancelHotel" [label=" 70 ", penwidth="10", color="#DC143CFF"]; "src/functions/BookFlight" -- "src/functions/CancelFlight" [label=" 62 ", penwidth="8", color="#DC143CDB"]; "src/functions/BookHotel" -- "src/functions/CancelHotel" [label=" 52 ", penwidth="7", color="#DC143CC9"]; "src/functions/BookCar" -- "src/functions/CancelCar" [label=" 52 ", penwidth="7", color="#DC143CC9"]; "src/functions/BookCar" -- "src/functions/BookFlight" [label=" 50 ", penwidth="7", color="#DC143CC9"]; "src/functions/BookCar" -- "src/functions/BookHotel" [label=" 50 ", penwidth="7", color="#DC143CC9"]; "src/functions/BookFlight" -- "src/functions/BookHotel" [label=" 50 ", penwidth="7", color="#DC143CC9"]; }