Author Topic: How to get hierarchy of different types of elements  (Read 2063 times)

ea0921

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-1
    • View Profile
How to get hierarchy of different types of elements
« on: September 06, 2022, 11:11:08 pm »
Many of the elements of EA, belong to "Class" element and many of them do not. How do we bifurcate this hierarchy.
Is there any specific hierarchy that which follows other element types, wherein the base types of elements derive another types of elements. Hierarchy of the element types, i.e. SYSML, SPEM, Archimate, Class, Object, Composite and the heirarchy dependency between them. Like SYSML is a sub type of Class element type.
« Last Edit: September 07, 2022, 06:31:55 pm by ea0921 »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13251
  • Karma: +554/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to get hierarchy of different types of elements
« Reply #1 on: September 07, 2022, 12:05:49 am »
Do you mean the UML metamodel?
That is published by the OMG at https://uml.org

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: How to get hierarchy of different types of elements
« Reply #2 on: September 07, 2022, 07:12:42 am »
Wow. They celebrate UML 1.1. When will we celebrate EA 3.5?

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8061
  • Karma: +118/-20
    • View Profile

ea0921

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-1
    • View Profile
Re: How to get hierarchy of different types of elements
« Reply #4 on: September 12, 2022, 10:17:11 pm »
No, wanted to know regarding the hierarchy between different element types. Like hierarchy of the different element types, i.e. SYSML, SPEM, Archimate, Class, Object, Composite and the hierarchy dependency between them. Like SYSML elements are sub type of Class element type.

https://www.omg.org/spec/UML/2.5.1/About-UML/
Do you mean the UML metamodel?
That is published by the OMG at https://uml.org

Geert
« Last Edit: September 12, 2022, 10:53:39 pm by ea0921 »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13251
  • Karma: +554/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to get hierarchy of different types of elements
« Reply #5 on: September 12, 2022, 11:47:23 pm »
The easiest way is to remove the stereotype of an element and see what you end up with.

There is not really a hierarchy though. It's simply a base UML type with a stereotype (from an MDG)
Inside an MDG you can have a hierarchy of stereotypes. You can try to open the MDG file and interpret the XML file, or simply refer to metamodel in the the language specification.

Geert