From: H. S. Lahman on
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
"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.