Book a Demo

Author Topic: Tagged values names  (Read 6897 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Tagged values names
« on: February 05, 2014, 08:33:57 pm »
Where can I find the list of all tagged values names which exist be in EA?
For example, Message end point.

Any ideas?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values names
« Reply #1 on: February 05, 2014, 08:45:50 pm »
Tagged values of what? There are different tables for different kinds of TVs.

q.

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: Tagged values names
« Reply #2 on: February 05, 2014, 08:57:04 pm »
To clarify: I want a list of all EA elements types as they are used via code.
"Inside EA" book has an elements types enumeration, however, this is not what I look for, as many elements types which are shown at the tagged values window, do not appear there, such as Interaction fragments and that sort of things.

Thanks.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values names
« Reply #3 on: February 06, 2014, 08:49:40 pm »
If you mean the drop down in the attributes: they are hard coded and not to be found in any table.

q.

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: Tagged values names
« Reply #4 on: February 06, 2014, 10:18:55 pm »
The element name I look for is the name displayed in the TaggedValues window.
For example: end point element is called there "MessageEndPoint" and that is the name I have to use in code.

Thanks again.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values names
« Reply #5 on: February 07, 2014, 01:08:35 am »
Can you post an image? There is no specific element display in the tagged values. Or maybe you explain the steps so we can see which TV you refer to.

q.

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: Tagged values names
« Reply #6 on: February 07, 2014, 01:18:31 am »
Hello!

The window I mean is the window shown when pressing View => Tagged Values or Ctrl + Shift + 6.

Then select a model element. The type of element shown there, is the  type used in code. Isn't it?!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values names
« Reply #7 on: February 07, 2014, 01:35:57 am »
Do you mean the value displayed where below picture shows Class?



q.

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Tagged values names
« Reply #8 on: February 07, 2014, 09:31:09 am »
What you see at the top of that window is the element type or connector type. It isn't a Tagged Value, it's the reference to the element or connector in which the Tagged Values are set.

You can see a list of standard element and connector types here:

http://www.sparxsystems.com/enterprise_architect_user_guide/10/extending_uml_models/quick_linker_element_names.html

As the topic suggests, you can extend these standard types with stereotypes, so if you look at the Tagged Values window for an extended element or connector, you will see the stereotype name for that element or connector type.
Best Regards, Roy

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: Tagged values names
« Reply #9 on: February 09, 2014, 08:16:14 pm »
Thank you so much, That's exactly what I looked for.
How can I refer to elements instances via code- what is the type of component instance or TimeLine instance, for exapmle?

And by the way, why TimeLine does not appear in this list?
Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tagged values names
« Reply #10 on: February 10, 2014, 03:22:50 am »
Instance = Classifier in the API

Perhaps the documentation is incomplete wrt. TimeLine.

q.