Graph

From BITPlan Wiki
Jump to navigation Jump to search

Example for a directed Graph

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

Graphs versus Object orientation

Classes and Relations

The following UML diagram shows the description of an organizational hierarchy.

Person "leader 1" -> "n employee" Person

Hierarchy as a Tree

The following example organizational hierachy is a Tree which is a special case of a directed graph.

Links