aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture/plantuml/RuntimeRelationships.puml
blob: f206b8852c2a6786ae234a16fe2d94796ae1b482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@startuml

title Runtime Relationships between Concepts

object PDPSubGroup
object PDPService
object PolicySet
object PDP
object PolicyImpl

PDPSubGroup "1" -- "1" PDPService : > Lifecycle\nManaged\nBy
PDPService "1" -- "*" PDP : > Manages\nLifecycle\nOf
PDPService "1" -- "1" PolicySet : > Executes
PolicySet "1" -- "*" PDP : > Executes\nOn
PolicySet "1" -- "*" PolicyImpl : > Contains

@enduml