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).

57 questions
10
votes
2 answers

Generation of Class Diagram from XMI

Situation I have a PHP project with lots of classes with lots of relationships in lots of folders following the Zend Naming Convention. I use the NetBeans IDE 7.1. I work under Windows 7. Goal I need to see a graphical representation of the class…
XedinUnknown
  • 578
  • 6
  • 23
8
votes
7 answers

Can not find Java Runtime Environment Says ArgoUML

I have properly installed jdk in my system, I have also set the CLASSPATH properly, but when I am installing ArgoUML, it shows a Message the No JRE found, what should I do?
Mayank Tiwari
  • 2,770
  • 4
  • 25
  • 46
7
votes
3 answers

ArgoUML and calling a "sub-procedure"

I don't know if its a limitation of UML 1.4, or ArgoUML, but in a sequence diagram, I want to show an object calling a method in its own class, ie calling a sub-procedure. If I drag from the object to itself, nothing happens :-( Thanks, Ant
Ant Kutschera
  • 5,209
  • 3
  • 25
  • 36
5
votes
2 answers

Exported graphic resolution in ArgoUML

Is there a way to control the resolution of an exported PNG image in ArgoUML? Can't find any way to create a higher resolution output and the default resolution of exported grpahics is not useable for importing and printing them within a document…
Jay
  • 6,237
  • 2
  • 35
  • 60
5
votes
4 answers

Sequence Diagrams ARGOUML

Im having trouble using argoUML to draw my squence diagrams. Does anyone know how I can generate a sequence diagram in argouml?
Wanda
  • 81
  • 1
  • 5
5
votes
3 answers

Is the Sequence Diagram per use case in UML or we draw it for the System in general?

I discuss with my friend our project and we are in a way to draw the sequence diagram ( UML 2). He told me that the sequence diagram is drawn by the use case. It means that for each use case we should draw a Sequence Diagram. Is it correct ? Thank…
Rodrigo
  • 287
  • 5
  • 23
4
votes
3 answers

Android: Creating UML from Android Java source code

i am looking for a program that can create automatically an Uml from my Java-Android source code. I have tested ArgoUml, but it does not support Android. Have any one a suggestion? Thanks!
JavaNullPointer
  • 1,165
  • 4
  • 19
  • 43
4
votes
2 answers

How to download ArgoUML source code from the Tigris website using Subversion client?

Sorry for maybe this is stupid question, I just want download source code form the link as follows: http://argouml.tigris.org/source/browse/argouml/trunk/src/ I try to use the command: svn checkout…
iXcoder
  • 1,514
  • 4
  • 20
  • 39
3
votes
1 answer

Java Generics are modeled in ArgoUML with Template Parameter? How it works?

Suppose I have an operation that receives a parameter java Set and returns Set. How can I model that in ArgoUML? It seems I have to create a class “Set” with a Template Parameter, but I’m unable to find out how it works.
André
  • 11,699
  • 5
  • 39
  • 40
3
votes
2 answers

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 nothing. All UML Editors could export to XMI . I am…
walle
  • 41
  • 2
3
votes
2 answers

ArgoUML Operations

I have created an ERD (Entity-Relationship Diagram) using ArgoUML and I wish to create two operations within a class which both have a void return type. However, I am only able to create one operation which returns a void type. For example: I am…
Mus
  • 5,994
  • 19
  • 75
  • 112
3
votes
1 answer

Difference between guard and event in UML state diagram

I thought I could differentiate between event and guard. But I came across an event being similar to guard: counter > 4 [pin is high] / switch on ^^^^^^^^^^^ event where I viewed the variable counter changes from some value smaller than 4 to…
kaosad
  • 1,153
  • 1
  • 10
  • 15
3
votes
1 answer

UML Domain Model of Web Shop

So I'm working on an assignment for school, where I am to model (using a domain model) a web shop that delivers complete grocery bags to people's homes. (http://www.linasmatkasse.se). I wish I could be more specific here, but this is all I have…
Andorius
  • 105
  • 1
  • 10
2
votes
2 answers

Generating python code from ArgoUML UML model using Open Source tools?

The open source UML tools can be really tricky. Even though exporting/importing in XMI, there seem to be a lot of incompatibilities between tools. Thus, I wonder if anybody found a good workflow for generating python code from UML models created in…
Samuel Lampa
  • 4,146
  • 4
  • 37
  • 62
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
  • 14,490
  • 6
  • 34
  • 50
1
2 3 4