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]] |