Associations
- Last UpdatedApr 08, 2024
- 1 minute read
Use the Associations functionality to describe relationships between classes. Associations can be created and will then be available to use when defining a class association.

|
Name of Inverse |
The name of the auto-generated inverse of this association, which is used to generate inverse class associations. This name can be edited from the default. |
The base vocabulary defines a set of associations that determine behaviour in the application. New associations can be created, and if they are decorated with these vocabulary items, the behaviour is enabled.
-
Has Part - creates the parts automatically and parts are deleted with the main item.
-
Can Have Part - the parts are not created automatically, but parts are deleted with the main item.
-
References - the parts are not created automatically or deleted with the main item.
-
Realized By - the parts are not created automatically or deleted with the main item.