Regarding tagged values in argouml

2 messages Options
Embed this post
Permalink
ramakrishna () Regarding tagged values in argouml
Reply Threaded More More options
Print post
Permalink
HI all,
         i have been working on ArgoUml-V0.24.i am getting a problem in tagged values while assigning the following

aliases = {
        '(Default)'  : 'instantmessage_view',
        'view'       : 'instantmessage_view',
        'edit'       : 'base_edit',
        'properties' : 'base_metadata',
        }
to assign the above value i didn't find the tag so i created new tags "base_aliases" and "aliases" and assign the value but while generating the code the above change is not reflected.Please help me

Thanks&Regards
RamaKrishna
Thomas N. () Re: Regarding tagged values in argouml
Reply Threaded More More options
Print post
Permalink
Hi RamaKrishna,

it's hard to imagine how your model looks like. Either attach it or paste the XMI file here, please.

Thomas

ramakrishna wrote:
HI all,
         i have been working on ArgoUml-V0.24.i am getting a problem in tagged values while assigning the following

aliases = {
        '(Default)'  : 'instantmessage_view',
        'view'       : 'instantmessage_view',
        'edit'       : 'base_edit',
        'properties' : 'base_metadata',
        }
to assign the above value i didn't find the tag so i created new tags "base_aliases" and "aliases" and assign the value but while generating the code the above change is not reflected.Please help me

Thanks&Regards
RamaKrishna