Difference between revisions of "Graph"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
Person "leader 1" -> "n employee" Person | Person "leader 1" -> "n employee" Person | ||
</uml> | </uml> | ||
| + | <graphviz> | ||
| + | Sue -> John | ||
| + | Sue -> Tom | ||
| + | Sue -> Tonya | ||
| + | Sue -> Francis | ||
| + | Francis -> Joe | ||
| + | Francis -> Walt | ||
| + | Francis -> Sandy | ||
| + | Francis -> Eve | ||
| + | John -> Frank | ||
| + | John -> Ann | ||
| + | John -> Hardy | ||
| + | </graphviz> | ||
= Links = | = Links = | ||
Revision as of 09:04, 1 February 2019
Example for a directed Graph

Graphs versus Object orientation

