blob: 515a7c5c7b1d06bfe837ed0a019f4aee65713179 [file] [log] [blame]
Julian Hall86ae7492022-09-02 15:56:00 +01001'-------------------------------------------------------------------------------
2' Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
3'
4' SPDX-License-Identifier: BSD-3-Clause
5'
6'-------------------------------------------------------------------------------
7
8@startuml
9
10package Deployment
11package Application
12package Infrastructure
13package Environment
14package Platform
15package BuildConfig
16package Adapter
17
18Deployment -down.> Application
19Deployment -down.> Infrastructure
20Deployment -down.> Environment
21Deployment -down.> "0..1" Platform
22Deployment -down.> "0..1" BuildConfig
23Infrastructure -down.> "0..*" Adapter
24
25@enduml