Book a Demo

Author Topic: How Can i create a Sub Requirment in EA?  (Read 3406 times)

eyalg

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
How Can i create a Sub Requirment in EA?
« on: May 22, 2006, 04:11:47 am »
I would like to create a hirarchy of requirments like:
Req1 bla
- Req1.1 Bla X
   - Req1.1.1 bla X Y

Today i am just using the packages to drill into requirments.

Thanks,
Eyal
« Last Edit: May 22, 2006, 04:14:04 am by eyalg »

thomaskilian

  • Guest
Re: How Can i create a Sub Requirment in EA?
« Reply #1 on: May 22, 2006, 04:59:46 am »
Auto-numbering is not supported, although many times requested. You have to do that on your own.
What you can do is to connect the requirements via associations (composite). That should reflect what you need.

bmioch

  • EA User
  • **
  • Posts: 81
  • Karma: +0/-0
    • View Profile
Re: How Can i create a Sub Requirment in EA?
« Reply #2 on: May 22, 2006, 04:47:25 pm »
Hey guys

EA does support auto-numbering of any elements. I have attached a section from the Requirements whitepaper regarding auto-element naming at the end of this post. If you're interested in requirements modeling, make sure you check it out:
http://sparxsystems.com.au/downloads/whitepapers/Requirements_Management_in_Enterprise_Architect.pdf

However, hierarchical auto-numbering is not supported, but it will likely show up in a future version.

Quote
This feature allows you to configure Enterprise Architect to automatically name and number
requirements as they are created. (It can be used with almost any UML element such as Use Case and
Classes etc.). It is particularly useful with requirements since these are often required to have a unique
reference for external checking.
To enable Auto Element Naming, use the following instructions:
1. Select Settings | Auto Counters… from the menu to open the Auto Element Naming window.
2. Change the Type to Requirement.
3. Set the Prefix or Suffix. Both are optional. Eg. “REQ”
4. Type in the value for your first requirement in the Counter box. Eg. “0002” or “99”
5. Check the Active Checkbox to enable the Auto Naming.
6. Click Save to save your changes.
7. Click Close to exit the window.
The first Requirement will take the value entered into the Counter box, and Enterprise Architect will
then increase the value by one for every new Requirement. Eg. “0003” or “100”

thomaskilian

  • Guest
Re: How Can i create a Sub Requirment in EA?
« Reply #3 on: May 23, 2006, 02:18:04 am »
I was not precise with my first answer. Of course EA can auto-number, but only very limited. That is, it can not create a numbering structure like 1.1 and 1.1.2 or even 1.a or the like. It's just natural numbers with pre-/postfix.

Rob_M

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
Re: How Can i create a Sub Requirment in EA?
« Reply #4 on: May 23, 2006, 07:57:43 am »
One way to create a hierarchy of requirements is to drag a sub requirement onto the main requirement using the project browser (i.e. the project view.)

The numbering is not automatic, but it does create a hierarchy.

Rob M