|
Prev: Sample OOD/OOAD code and application illustrating a real business application
Next: ANNOUNCEMENT: Chain.NET (a.k.a. NChain) 0.1-beta released
From: H. S. Lahman on 5 Dec 2007 12:44 Responding to Eldjon... > the purpose i need the uml parser is in use of a software i need to > write about complexity of uml files(.uxf) in java. > but i need a program to read this format and give me some datas like > number of classes,relations beetwen classes,attributes etc. Basically I agree with Phlip on the parsing side; there are existing tools to handle the extraction and make "walking" the .uxf fairly easy. But once you have that information, the counting is your own application requirement and you will have to resolve that yourself. IOW, if there is some program available to do Halstead/McCabe-style metrics on a UML repository, I am not aware of it. (AFAIK, McCabe & Co has adopted their metrics to OO development, but only through reading OOPL code.) ************* There is nothing wrong with me that could not be cured by a capful of Drano. H. S. Lahman hsl(a)pathfindermda.com Pathfinder Solutions http://www.pathfindermda.com blog: http://pathfinderpeople.blogs.com/hslahman "Model-Based Translation: The Next Step in Agile Development". Email info(a)pathfindermda.com for your copy. Pathfinder is hiring: http://www.pathfindermda.com/about_us/careers_pos3.php. (888)OOA-PATH
From: Martin Vuille on 5 Dec 2007 15:48
"H. S. Lahman" <h.lahman(a)verizon.net> wrote in news:rsB5j.8113$gs.3601(a)trndny08: > > But once you have that information, the counting is your own > application requirement and you will have to resolve that > yourself. IOW, if there is some program available to do > Halstead/McCabe-style metrics on a UML repository, I am not > aware of it. (AFAIK, McCabe & Co has adopted their metrics to > OO development, but only through reading OOPL code.) > http://www.sdmetrics.com/ But it reads XMI, not UXF. MV -- I do not want replies; please follow-up to the group. |