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
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@ classDiagram
+fahren(pKm: double): boolean
+tanken(pLiter: double): boolean
}
Person -- Roller : meinRoller
Person -- Tankstelle : die Tankstelle
Person --> "1" Roller : meinRoller
Person --> "0..1" Tankstelle : die Tankstelle
```
## Projekt-Dokumentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment