digraph G { rankdir=TB node [shape=box, fontsize=9, height=0.1, width=0.05 ] edge [arrowsize=0.5, len=0.1] "UpSell\n"->"ClientCharacteristics\nOfferedProducts\n" "ClientCharacteristics\nOfferedProducts\n"->"ClientCharacteristics\n" "ClientCharacteristics\nOfferedProducts\n"->"OfferedProducts\n" "ClientCharacteristics\n"->"ClientProfile\nproducts\n" "ClientProfile\nproducts\n"->"ClientProfile\n" "ClientProfile\nproducts\n"->"products\n" "ClientProfile\n"->"registerDate\nbalance\nprofile\n" "registerDate\nbalance\nprofile\n"->"balance\n" "registerDate\nbalance\nprofile\n"->"registerDate\nprofile\n" "registerDate\nprofile\n"->"registerDate\n" "registerDate\nprofile\n"->"profile\n" "OfferedProducts\n"->"offeredProducts\n" "balance\n"->"profile\n" [weight=2.0, color=blue] "registerDate\n"->"profile\n" [weight=2.0, color=blue] "profile\n"->"profile\n" [weight=2.0, color=blue] "products\n"->"offeredProducts\n" [weight=2.0, color=blue] "profile\n"->"offeredProducts\n" [weight=2.0, color=blue] }