ArgoUML is a leading open source UML modeling tool.

learn more… | top users | synonyms

-1
votes
0answers
18 views

UML or DataBase Design for mysql DB [closed]

I seriously have no idea about UML or Database Model related stuff. I just want to link tables from MYSQL so that it gives some idea about the functional concept. I was surfing and I found out ArgoUML ...
2
votes
1answer
44 views

Can not find Java Runtime Enviornment 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? please help me... Thanks ...
0
votes
1answer
50 views

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?
-1
votes
1answer
32 views

Claims Management

Im working on a project of "Claims Management" ,ive done many reseaches but i couldnt find any ideas :/i started with specifying the tools of work ( eclipse,android plugin..) now the next step is ...
4
votes
3answers
2k views

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!
0
votes
2answers
2k views

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?
0
votes
2answers
33 views

what should i use an include or an extend

Consider the following situation. I was unable to find a great answer. I have a use case A. After executing it, one of two possible use cases will be followed: Execute use case B Execute use case C ...
0
votes
1answer
163 views

Chain of responsibility pattern C++

I am studying designs patterns. I'm not sure about how to implement the chain of responsibility pattern in C++. I am using the Argo tool to generate my code from my diagram . In this diagram, the ...
1
vote
1answer
89 views

what does “system use case” means?

i searched lately about the menaning of system use cases but i couldn't find anything clear i really couldnt see the point :// ..as far as i know its a use cases modeling where the "System" is one of ...
0
votes
0answers
45 views

Failure to execute ArgoUML by Maven

I want to run ArgoUML by Maven , I download it and compile and test phases runs completely. but when I run mvn exec:java but following exception is arisen, I'm new in Maven, please help me. [INFO] ...
0
votes
1answer
119 views

UML Modeling Client/Server Systems In regards to Mobile Applications

I need some advice on how to go about developing the model for a Client/Server system using UML. In a short explanation the system consists of a Mobile client which runs on mobile phones. As is common ...
0
votes
2answers
621 views

AgroUML how to generate UML diagram from java code

I have a java project.How can i generate UML diagrams of that ptoject using AgroUML. I downloaded agroUML but the UI is very confusing. I thought might be it will be something like import package and ...
-1
votes
1answer
143 views

Install ArgoUML into Eclipse Indigo throw an error [closed]

I was trying install ArgoUML into Eclipse Indigo, anyhow I hit this error during the installation and proceed, any clue to solve this problem? Cannot complete the install because one or more required ...
1
vote
0answers
79 views

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 ...
0
votes
1answer
22 views

Is there any special graph to stand for the Interface in argoUML tool?

I use the argoUML tool to analyses the class architecture . It's easy to find the graph to stand for the Class or Package . But I can't find a special graph to stand for Interface. Is the graph ...
2
votes
2answers
148 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 ...
2
votes
1answer
362 views

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 ...
0
votes
0answers
25 views

ArgoUML connecting Activity to Use case

I know I can create an Activity as a Son of Use case, but is there a way, of navigating between them? I built the Activity to describe the Use Case so going into the Activity from Use Case would be ...
0
votes
1answer
211 views

ArgoUML signal in activity diagram

I'm working on a activity diagram that shows model/view transitions. I've done a lot of class diagrams with ArgoUML and want to do this with ArgoUML, too. For a user input I would usually use an ...
1
vote
1answer
329 views

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?
1
vote
3answers
134 views

What UML diff tools exist?

I need to get diffs of ArgoUML diagrams. Are there any tools that provide Diffing capabilities to do UML? I constantly make updates to my UML in SVN but I do not have a way to compare different ...
0
votes
1answer
537 views

UML Component Diagram - Showing Relationships Between Abstracted Entities

I have the following components within my system: I am using argoUML to model this. In component diagrams (using UML2) it is sometimes necessary to have require/provided relationships between ...
2
votes
2answers
316 views

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 ...
0
votes
2answers
1k views

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 ...
1
vote
1answer
797 views

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 ...
1
vote
2answers
225 views

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 ...
0
votes
1answer
179 views

Why can't I overload class constructors in ArgoUML

In ArgoUML, if I rigth clock on a class there's the option critique -> add constructor to item.But once added the constructor, the option add constructor disappears and I can't add another ...
-1
votes
2answers
197 views

Trying to develop a better understanding of UML diagram relationships [closed]

This is my very first UML diagram for a Student Record System I have created. I've been reading documentation on the types of relationships such as dependency, Association and Aggregation. Any ...
1
vote
1answer
287 views

Converting ArgoUML to SQL

I was wondering if there any program that can convert ArgoUML files into sql code? Thanks
0
votes
1answer
151 views

How to show that a class/interface is the interface of a package in ArgoUML

Suppose I have the following package represented in ArgoUML: How could I emphasize that the User interface is the only component of the package that is known by external clients? For now, I use a ...
0
votes
1answer
617 views

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 ...
1
vote
1answer
81 views

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 ...
0
votes
2answers
696 views

argouml php code generation

Hopefully a quickie... I'd like to know how/where to alter the settings in argouml that is used in autocode generation. Files created have extra things in that I don't need (some comments, some code ...
1
vote
1answer
181 views

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 ...
0
votes
2answers
288 views

How to draw a relationship between a property and a class in ArgoUML?

In ArgoUML, I have the ability to put a class Type to any property of a class. For example, I can declare a customer property with a Customer type in the Order class. I can also easily draw a ...
0
votes
2answers
493 views

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 ...
0
votes
1answer
191 views

Synchronizing class diagrams in ARGOUML

Working with ARGOUML how do i transfer specific class diagrams from one workstation to another. Both workstations have the same project running only that each project has different class diagrams. ...
1
vote
2answers
475 views

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 ...
1
vote
2answers
1k views

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 ...
1
vote
2answers
2k views

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