Book a Demo

Author Topic: How to label attributes of a node in a deployment  (Read 3090 times)

ea_Cubic

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
How to label attributes of a node in a deployment
« on: April 25, 2005, 04:28:44 pm »
Hi,

How do you enter the attributes of a node in the deployment diagram such that it appears as shown below:

Disk Controller = RAID 1
Disks = 40 GB
RAM = 2 x 512 MB
Processor = 1 GHz P4

Kind regards,

michael_rainwater

  • EA User
  • **
  • Posts: 53
  • Karma: +0/-0
    • View Profile
Re: How to label attributes of a node in a deploym
« Reply #1 on: April 25, 2005, 04:42:26 pm »
First, right-click your node and choose Element Features --> Add Tagged Values.  You can add each of the 4 items you show as seperate tagged values.  You can even setup the tagged values you normall use (so you can use drop-down and not type them).  This will keep them consistent.

Setup the ones you want on Configuration Menu.  Choose UML --> Tagged Values...

Next, you will will need to turn on the display of the tagged values for your nodes.  You do this by using "Specify Feature Visibility."  Simply click on node and press Shift-Ctrl-Y.

You need check the box that says "Tags".  If you have inherited tags, you can show those as well with the "Inherited Tags" option.

thomaskilian

  • Guest
Re: How to label attributes of a node in a deploym
« Reply #2 on: April 26, 2005, 12:39:52 am »
I guess it's more the "Set Run State" from the context menu for an object what ea_Cubic is looking for.

michael_rainwater

  • EA User
  • **
  • Posts: 53
  • Karma: +0/-0
    • View Profile
Re: How to label attributes of a node in a deploym
« Reply #3 on: April 26, 2005, 07:06:11 am »
That is cool.  I learned something new!  Thanks Thomas.

ea_Cubic

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: How to label attributes of a node in a deploym
« Reply #4 on: April 26, 2005, 02:59:33 pm »
Hello Thomas,

I tried it and it worked. Thanks.