Book a Demo

Author Topic: Type=Operation; in RefGUIDList  (Read 4845 times)

incanus

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Type=Operation; in RefGUIDList
« on: May 09, 2008, 04:30:36 am »
Hi everyone,
is it posible to reference a list of operations from classes from the model using a RefGUIDList tagged value?

i have created the following tag, but isnt working.

Type=RefGUIDList;
Values=Operation;

i need to reference operations of other classes in the model using this tagged value, or similar mechanism

best regards

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Type=Operation; in RefGUIDList
« Reply #1 on: May 09, 2008, 09:25:34 am »
I don't think RefGUIDList currently works for attributes or operations.  (But then I thought that was documented too.)

The workaround would be to create multiple RefGUID tags.

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Type=Operation; in RefGUIDList
« Reply #2 on: May 09, 2008, 10:13:20 am »
Errmmmm - the Help is not correct as things stand at the moment. I have changed the description of RefGUIDList to say that it acts on elements, with no mention of attributes or operations. Changes will be apparent in the next release of EA.

Sorry!
Best Regards, Roy

incanus

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: Type=Operation; in RefGUIDList
« Reply #3 on: May 09, 2008, 10:12:41 pm »
Ok, thanks,
RefGUID would be useful for the moment
Best Regards

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Type=Operation; in RefGUIDList
« Reply #4 on: January 17, 2020, 12:57:31 am »
Hi,
Is there any plan to support RefGuidList tagged value types on operations?
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Type=Operation; in RefGUIDList
« Reply #5 on: January 17, 2020, 08:39:17 am »
I would reiterate my recommendation (from elsewhere on the forum) to just add multiple values of type RefGUID.

By my interpretation this all the "tagged values" in this scenario represent multiple values for the single property. ie. A multiplicity of greater than one.

From a technical perspective it also makes it a lot easier to query the relationships in your model from this implementation of multiple values vs adding them all into a CSV.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Type=Operation; in RefGUIDList
« Reply #6 on: January 17, 2020, 10:59:35 am »
I would reiterate my recommendation (from elsewhere on the forum) to just add multiple values of type RefGUID.

By my interpretation this all the "tagged values" in this scenario represent multiple values for the single property. ie. A multiplicity of greater than one.

From a technical perspective, it also makes it a lot easier to query the relationships in your model from this implementation of multiple values vs adding them all into a CSV.
I agree with Eve, but it seems to me that it's now actually a UI issue.  In many places, EA aggregates / disaggregates manifold values into /out of lists.  For example the NEW stereotype representation in the new element properties window.  Perhaps a property of the Tag could be: MultiplesAsList=Ture/False;  and EA could do the rendering for us?

Just a thought.
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!