digraph G { node [shape=box]; "VWKShellHandler" -> "VWKRunOperation"; "VWKRunOperation" -> {}; "VWKDocumentationManager" -> {}; "ObjectGraph" -> "VWKProject"; "ObjectGraph" -> "VWKWorkspaceManager"; "ObjectGraph" -> "VWKShellHandler"; "VWKXCodeConsole" -> {}; "ObjectGraph-Prefix" [color=red]; "ObjectGraph-Prefix" -> "VWKXCodeConsole" [color=red]; edge [color=blue, dir=both]; "VWKProject" -> "VWKWorkspaceManager"; }