Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
EnumRelationSetType
This enumeration represents values returned from the GetRelationSet method of the Element object.
Enum Values
Value |
Meaning |
---|---|
rsDependEnd |
List of elements that depend on the current element. |
rsDependStart |
List of elements that the current element depends on. |
rsGeneralizeEnd |
List of elements that are generalized by the current element. |
rsGeneralizeStart |
List of elements that the current element generalizes. |
rsParents |
List of all parent elements of the current element. |
rsRealizeEnd |
List of elements that are realized by the current element. |
rsRealizeStart |
List of elements that the current element realizes. |
Learn more