Difference between revisions of "Graph"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
} | } | ||
</graphviz> | </graphviz> | ||
+ | == Graphs versus Object orientation == | ||
+ | <uml> | ||
+ | class Person { | ||
+ | Name | ||
+ | } | ||
+ | Person "leader 1" -> "employee" Person | ||
+ | </uml> | ||
= Links = | = Links = | ||
* https://en.wikipedia.org/wiki/Graph_(discrete_mathematics) | * https://en.wikipedia.org/wiki/Graph_(discrete_mathematics) | ||
+ | * https://en.wikipedia.org/wiki/Object-oriented_analysis_and_design | ||
[[Category:SiGNaL]] | [[Category:SiGNaL]] |
Revision as of 10:00, 1 February 2019
Example for a directed Graph
The file "mwstore://local-backend/local-public/diagrams/archive/20250904110535!Diagrams_90a5eaacc47a87c8ede763e4dfcf5323.png" already exists.
Graphs versus Object orientation
