Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     Associate tagged values to a specific stereotype.

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
Joba
Posted on: 2012/7/19 3:36
Developer
Joined: 2006/6/6
From:
Posts: 969
Re: Associate tagged values to a specific stereotype.
Hello leandroteo,

Quote:
How Can I associate tagged values, previously created, to a specific stereotype on Astah professional 6.6.3.
I'm afraid that you cannot use "previously created ones". Only you can do is to create a resource file by yourself and specify tag definitions associating to specific stereotypes in there, and then apply them to models in Astah.

How to do so:

1: Create [astah_customproperty_def.properties] file and specify definitions there
(Please refer to our reference manual for formatting rules and details by going to [Help] - [Astah Reference Manual] / 39. Import User Defined TaggedValue (P. 371))

Sample:
-------------------------------------------------------
tag.id_001.name=creator1
tag.id_001.target=Class
tag.id_001.stereotype=stereotype0
tag.id_001.defaultvalue=Dendy
tag.id_001.definition=The creator of a model

tag.id_002.name=creator2
tag.id_002.target=UseCase,Package
tag.id_002.stereotype=stereotype1
tag.id_002.defaultvalue=Tony
tag.id_002.definition=The creator of a model
-------------------------------------------------------
Use a key "tag.xxx.stereotype" to associate with specific stereotypes.

2: Save this file in USERHOME/.astah/professional directory.
3: Import your defined TaggedValues from [Tool] - [Import User Defined TaggedValue] and specify this "astah_customproperty_def.properties" file








Please let us know if you have any further questions.

Cheers,
SJ
leandroteo
Posted on: 2012/7/12 5:54
Just popping in
Joined: 2012/7/12
From:
Posts: 1
Associate tagged values to a specific stereotype.
Hello.
As is known, each stereotype has zero or more tag definitions, and all stereotyped UML elements have the corresponding number of tagged values.

My question is: How Can I associate tagged values, previously created, to a specific stereotype on Astah professional 6.6.3.

Thanks!

Threaded | Oldest First Previous Topic | Next Topic | Top