Added parents (base classes) diagram filter

This commit is contained in:
Bartek Kryza
2023-03-06 22:32:02 +01:00
parent 8ba0239283
commit 8f99e2fc2f
11 changed files with 158 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* [`context`](#context)
* [`relationships`](#relationships)
* [`subclasses`](#subclasses)
* [`parents`](#parents)
* [`specializations`](#specializations)
* [`dependants` and `dependencies`](#dependants-and-dependencies)
@@ -89,6 +90,10 @@ The following relationships can be used in this filter:
This filter allows to include or exclude all subclasses of a given class in the diagram.
## `parents`
This filter allows to include or exclude all parents (base classes) of a given class in the diagram.
## `specializations`
This filter allows to include or exclude specializations and instantiations of a specific template from the diagram.