Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Requirements Modeling Framework  » automatic ID generation according to various patterns/criteria(how to generate different ID patterns?)
automatic ID generation according to various patterns/criteria [message #1803792] Sun, 10 March 2019 13:10
Nathanael  Witzig is currently offline Nathanael WitzigFriend
Messages: 3
Registered: March 2019
Junior Member
In ProR the ID can be generated automatically by the ID Generator.
However, only one default can be made, according to which pattern the ID is generated automatically

For instance:
Req-001, Req-002, Req-003...

However, I am currently looking for a way to dynamically generate ID patterns.
This means :
I have different requirement types like functional requirement or a boundary condition.
--> So I want them to have different ID patterns!

That means I define an attribute "Type" which should be used to distinguish the requirement.
--> can select by means of ENUM whether it is a:
a) functional requirement (FR) or
(b) a general condition (GC).

--> Please see the picture in the appendix which shows the problem using an example.

To what extent is:
a) such a change feasible
b) where would that change have to be made?

The ID generator would have to be linked with the attribute (in this case "Type" - see picture) to make the query, what type it is, so that the corresponding ID can be generated.

Previous Topic:Input Validation in ProR
Next Topic:Generating Report ProR
Goto Forum:
  


Current Time: Thu Mar 28 19:25:13 GMT 2024

Powered by FUDForum. Page generated in 0.02359 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top