Author Topic: Visualize Requirements based on Tagged Values  (Read 1842 times)

eriksmith200

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Visualize Requirements based on Tagged Values
« on: October 27, 2010, 02:18:27 am »
I have defined a Tagged Value for Requirement called Completion, an Enum with values 0,25,50,75,100.
Based on the value of Completion, I would like the visualization of the requirement in a diagram to contain an empty circle, a circle with a quarter filled, a circle half filled, etc.

I'm trying to create a shape script for a stereotype, but there are a few things I can't seem to figure out:
1. Is it possible to add to the visualization of Requirement without overwriting it? Can I maybe find the original shape script for Requirement somewhere?
2. How do I apply a stereotype to a requirement?
3. Is there another approach towards what I want to achieve?

JT

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Visualize Requirements based on Tagged Values
« Reply #1 on: November 18, 2010, 02:39:31 am »
This is exactly what I have done and would also like to figure out how to do.  Thanks.