Please help me if any have ans for this question.

Thanks Prashant

link|improve this question

53% accept rate
feedback

5 Answers

up vote 2 down vote accepted

Yes You can generate xmi file for sequence diagram and it's very easy to implement it just check below link, you can get all idea.

http://www.umlgraph.org/

link|improve this answer
2  
Thanks dear.... – PrashantAdesara Dec 11 '10 at 7:44
feedback

Assuming that the XMI file represents a sequence diagram, then you need to find a UML tool that reads XMI files, load the file and then send the file to the printer.

This page includes a list of UML tools that are XMI capable.

If the XMI file is for some other kind of UML diagram, or something that is not UML at all*, then the simple answer is that you can't do it.

* It is a little known fact that the OMG XMI specification actually defines an XML serialization for any modeling language that has a OMG MOF-based metamodel. XMI/UML is just one example.

link|improve this answer
1  
I am using AgroUML tools. and also create one sequece diagram file in agrouml and than export as a xmi file and than that file i want to import, but not generate sequence diagram, why? i don't know. if you know so pls tell me – PrashantAdesara Nov 13 '10 at 9:42
I don't understand. Are you saying that you don't know how to create a sequence diagram in ArgoUML? Are you saying that you don't know how to export it? Are you saying that you don't know how to import it? – Stephen C Nov 13 '10 at 9:51
No dear i know how to draw sequence diagram, and also know how to export xmi file. – PrashantAdesara Nov 13 '10 at 9:57
1  
But main problem is whatever file we export and again that file we import in agrouml it will not generate sequence diagram, how??? – PrashantAdesara Nov 13 '10 at 9:58
I still cannot understand what you are saying. But I must also admit that I just tried to create a sequence diagram using ArgoUML and could not figure out how to get the editor interface to work. – Stephen C Nov 13 '10 at 10:24
show 1 more comment
feedback

This question does not make sense as such. XMI is a storage format for UML (and as pointed out above for any MOF-based language) models. Therefore a XMI file will contain the class diagram, sequence diagram, ... of your UML project.

Therefore, any tool able to load such UML diagram will be able to show the sequence diagram contained in it.

What may happen though is that the XMI file does not include the graphical layout information of your diagrams. So, you may import the model information but the tool may not display them graphically. You may need to browse the model, and one by one, take the model elements and reposition them in the canvas.

link|improve this answer
I want to create sequence diagram by generating xmi file. but when i that file importing agroUML software they can't display output. Why? – PrashantAdesara Nov 15 '10 at 12:52
Read again the last paragraph of my post. Probably ArgoUML is importing the information on the model but it is not displaying. Create a new empty sequence diagram and try to drag and drop the elements from the left tree model browser to the new canvas – Jordi Cabot Nov 15 '10 at 18:43
1  
Oh yes, sorry I was not reading carefuly... Thank you! – PrashantAdesara Nov 16 '10 at 12:14
feedback

I do not agree with Jordi. An XMI document describes a model. A model is different from its representation (diagrams) which could however be a model too aimed at describing the way elements belonging to the first model should be depicted. In TopCased for instance, a CASE tool based on the Eclipse Modeling Framework, a diagram is a model itself. So you could, and I actually did it thus it is possible, look at how TopCased describes diagrams in XMI and try to generate it from the XMI of your models.

Good Luck

link|improve this answer
feedback

I agree with Jordi. I'm have tested using ArgiUML to generate sequence diagram (SD) & Class Diagram from XMI format. It works well with class diagram, but you reposition (drag-drop) the classes and relationship. Sadly with Sequence diagram, not prefectly showing the needed element. Need to create sequence diagram (new element), can drag the classes but not the messages.. Not satisfy with the xmi to argoUML output of SD. Then prefer using UMLGraph + Plot2Pic instead, though the diagram is not as clear as done in ArgoUML. If anyone have found solution to this problem, Please report.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.