Skip to content
Snippets Groups Projects
Commit a2905982 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Mer diagramfiks

parent 9ae38965
No related branches found
No related tags found
No related merge requests found
Pipeline #50702 passed
......@@ -16,7 +16,9 @@ Det er bare én app-klasse (**FxApp**), og denne velger hvilken variant som bruk
```plantuml
class AbstractFxAppController
class LatLongsDataAccess
interface LatLongsDataAccess
class LocalLatLongsDataAccess
class RestLatLongsDataAccess
class BorderPane
class "ListView<LatLong>" as ListView
class "fxmapcontrol.MapBase" as MapBase
......@@ -30,4 +32,7 @@ AbstractFxAppController --> ListView: "locationListView"
FxAppController --|> AbstractFxAppController
FxAppUsingRestController --|> AbstractFxAppController
LocalLatLongsDataAccess ..|> LatLongsDataAccess
RestLatLongsDataAccess ..|> LatLongsDataAccess
```
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