Skip to content
Snippets Groups Projects
Commit 223bb203 authored by Marcel Auer's avatar Marcel Auer :rocket:
Browse files

added 0..1 and 1 relation

parent 763f85a4
Branches
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ classDiagram ...@@ -87,8 +87,8 @@ classDiagram
+fahren(pKm: double): boolean +fahren(pKm: double): boolean
+tanken(pLiter: double): boolean +tanken(pLiter: double): boolean
} }
Person -- Roller : meinRoller Person --> "1" Roller : meinRoller
Person -- Tankstelle : die Tankstelle Person --> "0..1" Tankstelle : die Tankstelle
``` ```
## Projekt-Dokumentation ## Projekt-Dokumentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment