Hi All, |
Re: Need DXL script for requirment classification intelligence do the work manually. |
Re: Need DXL script for requirment classification SystemAdmin - Fri Sep 16 04:51:35 EDT 2011 I need to this manual artificial intelligence work by using DXL script . Do u have any idea how we can do it by using DXL script?? Thanks Monali |
Re: Need DXL script for requirment classification Monalij - Fri Sep 16 05:00:11 EDT 2011 |
Re: Need DXL script for requirment classification >>Create an Attr Type with your 'Types', perhaps 'System', 'Functional', 'Behaveoral', 'Perfurmance', 'Constraint' etc, after doing spell checking. >>Create an Attr Definition, presumably 'single enumerated' based on that type. Multi-Enumerated if a requirement can have more than one ReqType but I believe that's methodologically unsound. Now if you intend to write a DXL to assign the type, it would look like this:
The other responders are correct when they suggest that doing the fuzzy AI logic looks rather daughnting; not sure I can write a DXL that knows that "XYZ shall track at least 10 airplanes at a time" is a Performance requirement. Its likely then that you would put your ReqType attribute in a view and let the experts assign the type in one long meeting.
Not sure 'System' belongs with 'Functional'. Seems like you want two attributes, ReqType (functional et tal) and ReqLevel (System, SubSystem, Unit et tal). Having said that, you should have your specs hierarchy such that it has a 'System' spec and some "SubSystem" specs and can therefore deduce a Requirements level based on what module its in. You can merge all that and others into a single attribute "AttrCharacteristics" that's multi-enumerated, but I think that's ill advised. |