Tagged Questions

5
votes
3answers
208 views

Perl UMMF Tutorial?

I want to be able to create UML diagrams from source code - and I found UMMF - UML Meta-Model Framework. However, I could not find any tutorial to get me started on creating a diagram with two classes ...
2
votes
2answers
338 views

UML Model and Diagram definition, where? – XMI has them, Standards not?

So, I’ve been looking through the UML 2.3 Infrastructure, UML 2.3 Superstructure, MOF 2.0 and XMI 2.11 standards in search of the specification and definition of Models and Diagrams. I am aware about ...
2
votes
2answers
217 views

Does any MOF implementation exist in C++?

Is there any alternative to JMI for C++? Thanks for the links or suggestions.
1
vote
2answers
289 views

Message order in UML 2.0 sequence diagrams

How the order of the messages is modeled in UML 2.0 sequence diagrams? I've browsed the UML 2.2 Superstructure specification and the only structure I found to model order is the GeneralOrdering ...
1
vote
1answer
529 views

Generating XMI or graphic UML diagrams (not code documentation) in C#.NET

Is there any solution available for generating UML diagrams (or at least XMI files) in C#.NET? Bear in mind that I don't want to reverse engineer my code but automate UML diagrams generation ...
1
vote
2answers
1k views

Eclipse Modelling Framework (EMF): How to get the DomainModel from a Magicdraw UML2 Export

I want to use the EMF for Code Generation, so I wrote some methods to load my UML2 File which I generated myself. This works fine with the following code: protected void registerResources() { ...
1
vote
4answers
2k views

How to convert from UML 1.3 - XMI 1.1 to UML 2.1 XMI

I am trying to convert UML 1.3 - XMI 1.1 file exported from PowerDesigner to UML 2.1 XMI Interchange Model from Rational Software Architect.
0
votes
1answer
47 views

Display UML in a browser

I want to display UML diagram (Activity Diagram) on the browser I don't want a specific way to create the UML , I can create it using any way to get what I want. I searched about that and found ...
0
votes
0answers
28 views

Sass (stylesheet language) XMI Generator

Are there any tools available to generate XMI files or otherwise generate UML diagrams from Sass files?
0
votes
1answer
221 views

Tags in UML XMI representation

I've got some XMI files from different UML modeling tools (Visual Paradigm, PowerDesigner, etc). Each file represents a simple UML diagram where the class B just extends the class A. Average each ...
0
votes
2answers
444 views

XML schema for UML 2.3 in XMI 2.1 file

Where can I find a xml schema or a DTD for the following namespace: http://www.omg.org/spec/UML/20090901 Is there such a thing? I would like to export UML data model into a XMI file. In order to ...
0
votes
1answer
558 views

PHP: create UML diagrams from source?

Greetings, I have the following situation: I need to generate UML diagrams (mostly class) for a PHP4 application that I am having problems reverse engineering with the usual UML generation tools. I ...
0
votes
0answers
310 views

Generate XMI schema from php 5.3 classes

Is there any good script/tool to generate XMI schema (so it could be imported into an UML tool) from php 5.3 classes? Thanks