Create Tagged Values using ArgoUML

This page provides directions to create a tagged value on a model element. The model shown below is used as an example. It contains a tagged value on association end called allocations. The tag name is andromda-hibernate-cascade and the tag value is the string all-delete-orphan.

Here is the procedure to add the tag value:

  1. Select the association between the classes Timecard and TimeAllocation. Go to the Properties tab of the property panel and double click on the allocations association end in the Connections: list. The property panel with refresh with the information from the association end.
  2. Select the Tagged Values tab.
  3. In the Tag column, select the @andromda-hibernate-cascade tag.
  4. In the Value column on the same line, type the string all-delete-orphan and press Enter.