Sparx Systems Forum

Enterprise Architect => Uml Process => Topic started by: jeshaw2 on February 05, 2005, 09:16:59 pm

Title: Tagged values
Post by: jeshaw2 on February 05, 2005, 09:16:59 pm
I don't understand what a tagged value is.  I mean: How does a 'tagged value' differ from an attribute in a class element?

Thanks
Title: Re: Tagged values
Post by: thomaskilian on February 07, 2005, 05:29:42 am
You use tags for setting "special" attributes.  You can use it along with code generation or to set varios notes (e.g. I store Resolution, DateDue, Responsible as tag with an Issue element,  for analysis objects I store the amount of paper produced per day in a tag attached to the object).
Title: Re: Tagged values
Post by: KP on February 07, 2005, 02:42:30 pm
When you define attributes you are changing your model; when you define tagged values (and stereotypes and constraints) you are changing UML. 8)