Difference between revisions of "Graph"

From BITPlan Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
</uml>
 
</uml>
 
<graphviz>
 
<graphviz>
 +
digraph org {
 
Sue -> John
 
Sue -> John
 
Sue -> Tom
 
Sue -> Tom
Line 25: Line 26:
 
John -> Ann
 
John -> Ann
 
John -> Hardy
 
John -> Hardy
 +
}
 
</graphviz>
 
</graphviz>
  

Revision as of 10:04, 1 February 2019

Example for a directed Graph

The file "mwstore://local-backend/local-public/diagrams/archive/20250904110537!Diagrams_90a5eaacc47a87c8ede763e4dfcf5323.png" already exists.

Graphs versus Object orientation

Links