Update release scripts for branches
[policy/parent.git] / docs / architecture / plantuml / RuntimeRelationships.puml
1 @startuml
2
3 title Runtime Relationships between Concepts
4
5 object PDPSubGroup
6 object PDPService
7 object PolicySet
8 object PDP
9 object PolicyImpl
10
11 PDPSubGroup "1" -- "1" PDPService : > Lifecycle\nManaged\nBy
12 PDPService "1" -- "*" PDP : > Manages\nLifecycle\nOf
13 PDPService "1" -- "1" PolicySet : > Executes
14 PolicySet "1" -- "*" PDP : > Executes\nOn
15 PolicySet "1" -- "*" PolicyImpl : > Contains
16
17 @enduml