Book a Demo

Author Topic: profile's tagged values  (Read 3226 times)

algarte

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
profile's tagged values
« on: February 12, 2008, 08:02:50 am »
I added a tagged value (not an attribute!) of type MyMemo (created in UML settings – Type=Memo;), in a profile´s stereotype. When I create an element based on this newly created stereotype (dragging from the Resources window to a diagram), the associated Tagged Value is NOT added to the element as well.

STEPS:

1 - Settings/UML.../Tagged Values Types
2 - New
3 - Tag Name: MyMemo
4 - Description: "My memo type"
5 - Detail: Type=Memo;
6 - Save / Close
-----
In Resources I’ve imported a UML Profile named Profiles_ASI. This profile contains a Stereotype, name Indicadores_ASI, that extends a Metaclass (element Class). Continue following the steps above:

1 - Click to select the profile’s stereotype "Indicadores_ASI"
2 - Click on menu Element/Add Tagged Value
3 - Tag: MyMemo
4 - OK
5 - Right click on the diagram and select "Save as  profile..."
6 - Import de UML profile (I called Profiles_ASI) in Resources View.
7 - Create a new diagram
8 - Drag the stereotype Indicadores_ASI from Resources.
9 - THE PROBLEM: The tagged value MyMemo, created previously is not displayed!

Thanks.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: profile's tagged values
« Reply #1 on: February 12, 2008, 08:20:50 am »
Perhaps this relates to my earlier post here: http://www.sparxsystems.com/cgi-bin/yabb/YaBB.pl?board=bugs;action=display;num=1202808631;start=1#1

Did that make a difference?

David
No, you can't have it!

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: profile's tagged values
« Reply #2 on: February 12, 2008, 01:53:58 pm »
In the profile, define attributes, not tagged values (steps 2 and 3 in your second list). Look at this page in the help file: http://www.sparxsystems.com.au/EAUserGuide/definestereotypetags.htm
The Sparx Team
[email protected]

algarte

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: profile's tagged values
« Reply #3 on: February 13, 2008, 03:15:18 am »
Thanks! The help topic is very clear. Problem solved!