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="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "gateway" -- "commands" [label=" 11 ", penwidth="10", color="#00688bFF"]; "entity" -- "commands" [label=" 9 ", penwidth="8", color="#00688bDB"]; "gateway" -- "entity" [label=" 9 ", penwidth="8", color="#00688bDB"]; "controller" -- "commands" [label=" 6 ", penwidth="5", color="#00688bA5"]; "gateway" -- "controller" [label=" 5 ", penwidth="4", color="#00688b93"]; "handler" -- "commands" [label=" 5 ", penwidth="4", color="#00688b93"]; "handler" -- "controller" [label=" 5 ", penwidth="4", color="#00688b93"]; "handler" -- "gateway" [label=" 5 ", penwidth="4", color="#00688b93"]; "entity" -- "controller" [label=" 5 ", penwidth="4", color="#00688b93"]; "handler" -- "entity" [label=" 5 ", penwidth="4", color="#00688b93"]; "mapper" -- "commands" [label=" 5 ", penwidth="4", color="#00688b93"]; "mapper" -- "entity" [label=" 5 ", penwidth="4", color="#00688b93"]; "mapper" -- "gateway" [label=" 5 ", penwidth="4", color="#00688b93"]; "it" -- "commands" [label=" 4 ", penwidth="3", color="#00688b82"]; "it" -- "controller" [label=" 4 ", penwidth="3", color="#00688b82"]; "it" -- "gateway" [label=" 4 ", penwidth="3", color="#00688b82"]; "it" -- "handler" [label=" 4 ", penwidth="3", color="#00688b82"]; "client" -- "commands" [label=" 4 ", penwidth="3", color="#00688b82"]; "entity" -- "client" [label=" 4 ", penwidth="3", color="#00688b82"]; "gateway" -- "client" [label=" 4 ", penwidth="3", color="#00688b82"]; "it" -- "entity" [label=" 4 ", penwidth="3", color="#00688b82"]; "mapper" -- "controller" [label=" 4 ", penwidth="3", color="#00688b82"]; "mapper" -- "handler" [label=" 4 ", penwidth="3", color="#00688b82"]; "controller" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "environment" -- "commands" [label=" 3 ", penwidth="2", color="#00688b70"]; "environment" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "environment" -- "controller" [label=" 3 ", penwidth="2", color="#00688b70"]; "environment" -- "entity" [label=" 3 ", penwidth="2", color="#00688b70"]; "gateway" -- "environment" [label=" 3 ", penwidth="2", color="#00688b70"]; "handler" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "handler" -- "environment" [label=" 3 ", penwidth="2", color="#00688b70"]; "it" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "it" -- "environment" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "commands" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "controller" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "entity" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "environment" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "gateway" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "handler" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "it" [label=" 3 ", penwidth="2", color="#00688b70"]; "mapper" -- "client" [label=" 3 ", penwidth="2", color="#00688b70"]; "mapper" -- "environment" [label=" 3 ", penwidth="2", color="#00688b70"]; "mapper" -- "it" [label=" 3 ", penwidth="2", color="#00688b70"]; "mapper" -- "ROOT" [label=" 3 ", penwidth="2", color="#00688b70"]; }