Questions tagged [argouml]

ArgoUML is a leading open source UML modeling tool.

ArgoUML has been a leading open source UML modeling tool for over a decade. It supports all UML diagram types as well as reverse engineering from and code generation into multiple programming languages include Java, Python, C++, C#, PHP, etc. (not all languages support both import & export). ArgoUML is implemented in Java and provides an extension architecture for adding new features (e.g. support for additional programming languages).

ArgoEclipse is a related project which repackages and extends ArgoUML to work as an Eclipse plugin-in.

The current stable version supports UML 1.4 and UML 1.3 (read only), but development versions include UML 2.x support (based on the Eclipse UML2 plugins).

58 questions
2
votes
1 answer

Is there a way to import an ArgoUML model into Modelio?

I'm trying to migrate an ArgoUML file to Modelio. According to my understanding, both support XMI, but somehow this still doesn't work. When I export my ArgoUML data to XMI, Modelio won't import it, I get the following error: Failed: file content…
Dave Vogt
  • 18,600
  • 7
  • 42
  • 54
2
votes
3 answers

What does Domain in "Domain Model" means?

I have an assignment for school, where I have to create a domain model of a specific e-commerce site that delivers complete grocery bags to people's homes. (http://www.linasmatkasse.se/) It's quite basic. Chose a bag, create account (with info),…
Andorius
  • 105
  • 1
  • 10
2
votes
1 answer

Generating SQL from UML models?

How do I properly generate SQL from a UML data model? Attempt with ArgoUML I have tried using "ArgoUML"; and the custom version of ArgoUML called "DB_UML". DB_UML generates SQL files with this content, for example; from: Books.xmi: Generate source…
Foo Stack
  • 2,185
  • 7
  • 24
  • 25
2
votes
0 answers

Pear PHP_UML creates XMI... now how do I create a diagram?

I ran PHP_UML against existing PHP code, and have created an XMI file. My goal is to automate turning this XMI file into a visual diagram, i.e. pdf or svg file. This looked like a good solution, but not sure how to use it properly to get the…
Brett
  • 149
  • 13
1
vote
2 answers

Confusion about how attributes work in UML Class Diagrams

I've taken the course Object Oriented System and Design at Stockholm University. I had to hand in an extra assignment where I had to create a UML Class Diagram reflecting a web site that sold cars (this is not a thread where I'm asking you to do my…
user1185066
  • 11
  • 1
  • 3
1
vote
2 answers

Import Mysql Workbench UML diagram in ArgoUML

I have a big database and I need to create an uml diagram. The only program I find to make this automatically is Mysql Workbench, but I don't like it to work. I usually work with Argouml. Mysql workbench exports a .mwb, this is a compressed file…
David
  • 1,116
  • 3
  • 18
  • 32
1
vote
1 answer

Converting ArgoUML to SQL

I was wondering if there any program that can convert ArgoUML files into sql code? Thanks
JonJon
  • 11
  • 2
1
vote
0 answers

Class Diagram generation from java code using ArgoUML not showing associations

I am using ArgoUML to generate automatically Class diagrams from Java code. For that purpose, on ArgoUML, I`m doing: File -> Import Sources -> (I select the java files) The problem is that if I have an association, the link between classes that I…
lbarqueira
  • 1,101
  • 1
  • 10
  • 28
1
vote
1 answer

argoUML : self call has an extra return segment, doesn't seem correct, how to remove?

I'm drawing a sequence diagram in argoUML. No question the tool is pretty good, but I'm confused if my understanding of UML is incorrect or what. I figured how to make a self-call. However in the books the self-call has the same thing as argoUML…
PlanetUnknown
  • 3,956
  • 4
  • 49
  • 67
1
vote
1 answer

Plone ArchGenXML two way references

in a Plone Site, I have got a Professor and a Department class. They are bidirectionally m:n. I am using ArgoUML and ArchGenXML to generate these classes - how can I make this relation navigable, so that I can get not only to a professor's…
Jan
  • 6,532
  • 9
  • 37
  • 48
1
vote
2 answers

How to use classes from Java SDK when designing with ArgoUML?

I want to design a Java application in UML with help of ArgoUML and would like to reuse SDK classes in it. Is such thing possible?
Timofey
  • 2,478
  • 3
  • 37
  • 53
1
vote
1 answer

How can I complete this step in the ArgoUML Class diagram Tour?

I am working through one of the ArgoUML Tours and I am stuck on Build a Class Diagram: Step #11. This step asks you to build anonymous realizations between the Teacher interface and the Grad and Prof classes. I can build individual realizations, as…
Mike Pennington
  • 41,899
  • 19
  • 136
  • 174
1
vote
1 answer

How to create a sequence diagram from java source code in ArgoUML

i'm trying to create a sequence diagram for my java code using reverse engineering option in argo uml. I'm able to import the java code and generate the class diagram but i'm not able to create sequence for it.. please kindly help me with it and…
prakash
  • 109
  • 12
1
vote
1 answer

how to import sequence diagram saved in uml format from argouml to staruml

I drew a sequence diagram in argo uml and saved it in .uml extension. It failed to generate a collaboration diagram from sequence diagram. So I started to draw in staruml. But I'm finding it difficult to import sequence diagram from argouml to…
1
vote
1 answer

Show Interfaces in ArgoUml Sequence diagram

I am using ArgoUml to draw sequence diagram. But how can i show interface classes along with the implementation using ArgoUML?
Harshana
  • 7,297
  • 25
  • 99
  • 173