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
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
  • 677
  • 9
  • 25
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,974
  • 5
  • 30
  • 52
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
  • 6,257
  • 4
  • 29
  • 40
6
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
  • 327
  • 6
  • 25
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,572
  • 3
  • 37
  • 65
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
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,199
  • 5
  • 21
  • 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,564
  • 4
  • 20
  • 41
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é
  • 12,497
  • 6
  • 42
  • 44
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

UML activity diagram combined join and fork nodes

Is it valid to have the following combined join and fork nodes in a UML activity diagram or is it wrong? I searched online and in some UML books but I cannot find a clear answer or a similar example. The idea is to have two actions (1 and 2) that…
John Stef
  • 585
  • 1
  • 4
  • 16
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
  • 7,290
  • 24
  • 86
  • 130
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,233
  • 1
  • 11
  • 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,336
  • 5
  • 42
  • 63
1
2 3 4