Added context filter relationships option (#274)

This commit is contained in:
Bartek Kryza
2024-06-13 21:35:11 +02:00
parent db2bd0417a
commit 6952c3296d
10 changed files with 120 additions and 4 deletions

View File

@@ -87,6 +87,18 @@ types:
- dependency
- constraint
- none
relationship_context_t: !variant
- extension
- inheritance
- composition
- aggregation
- containment
- ownership
- association
- instantiation
- friendship
- dependency
- constraint
access_filter_t: !variant
- public
- protected
@@ -123,6 +135,7 @@ types:
radius: int
pattern: regex_or_string_t
direction: !optional direction_t
relationships: !optional [relationship_context_t]
context_filter_t:
- regex_or_string_t
- context_filter_match_t