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

ArgoUML2 startup issue from top level directory

I am not a java expert. I have downloaded the ArgoUML and extracted it. Under ~/argouml directory I can find the main executable file 'argouml2.sh'. If I go into the directory and run, it executes fine. Problem is if I execute the program from…
Muneer
  • 7,384
  • 7
  • 38
  • 62
0
votes
1 answer

Is there tutorial available for Agro Uml Xmi

Have created the Sequence diagram using ArgoUML and exported it as XMI. I need to identify the class,function and their relationships by parsing the XMI. I can able to parse the class and their corresponding operation and attribute as explained in…
Harini Sekar
  • 760
  • 7
  • 14
0
votes
1 answer

ArgoUML Activity diagrams to code

I am new to ArgoUML and I am using this software for a project, the idea of my project is to generate code using several UML models and see the results from the diagrams. I am having trouble generating code from activity diagrams and sequence…
0
votes
2 answers

How to connect use cases with each other?

I'm setting the use cases of a project, here are some of the details : My question is two parts : first one : I have an actor user. The user can register on the website. He can login, view profile, edit password. Regarding the previous use cases,…
Rabih
  • 298
  • 1
  • 6
  • 18
0
votes
1 answer

Deleted Items Reappearing in ArgoUML

I am using ArgoUML v0.34 to draw some class diagrams. I am trying to delete some class attributes. Unfortunately, if I delete the attributes (by clicking on them, then pressing delete), they will initially disappear, but reappear if I save and…
Ginger
  • 8,320
  • 12
  • 56
  • 99
0
votes
1 answer

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 Oracle class is a "client". The Oracle.cpp…
Juan
  • 2,073
  • 3
  • 22
  • 37
0
votes
2 answers

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 What should I use? A include B and A include C?…
Nadia
  • 45
  • 5
0
votes
2 answers

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 input signal. In ArgoUML 0.34, I can not figure out…
Stephan
  • 4,395
  • 3
  • 26
  • 49
-1
votes
2 answers

Trying to develop a better understanding of UML diagram relationships

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 opinions? larger
newToJava
  • 173
  • 1
  • 15
-1
votes
1 answer

How to group many generalization in one using ArgoUML in class diagram

I have with ArgoUML. Anyone can advise me if group generalization exists in ArgoUML or not. If yes How and if No How I can do it in ArgoUML Thanks
-1
votes
1 answer

Need explaination on Software Design questions checklist asked by UML modeling tool

I am trying to digest a large Java Application by modeling it in UML using ArgoUML. In the properties section of the UML diagramming tool there is a helpful checklist that I am assuming is used to help design good software. Most of the checklist…
Horse Voice
  • 8,138
  • 15
  • 69
  • 120
-1
votes
1 answer

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 modéling a use case of claims management ( claims…
Nadia
  • 45
  • 5
-1
votes
1 answer

Install ArgoUML into Eclipse Indigo throw an error

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 items could not be found. Software currently…
huahsin68
  • 6,819
  • 20
  • 79
  • 113
1 2 3
4