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
1
vote
1 answer

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 the actors, but it is not clair enough i working…
Nadia
  • 45
  • 5
1
vote
1 answer

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 with most mobile applications, the mobile…
1
vote
1 answer

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 which standing for the Class for Interface ? Thanks !
Jerikc XIONG
  • 3,517
  • 5
  • 42
  • 71
1
vote
3 answers

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 versions. I have seen UML-like Diff Tool from IntelliJ…
Whitecat
  • 3,882
  • 7
  • 48
  • 78
0
votes
1 answer

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 constructor, so I can't have a class with multiple…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
0
votes
2 answers

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 than generate UML diagram for that…
user882196
  • 1,691
  • 9
  • 24
  • 39
0
votes
1 answer

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 note, but I think there should be a way of doing it…
brandizzi
  • 26,083
  • 8
  • 103
  • 158
0
votes
2 answers

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 like e.g. version checking flow control) and…
Ian Wood
  • 6,515
  • 5
  • 34
  • 73
0
votes
3 answers

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 relationship from class to class: But I can't figure out…
BenMorel
  • 34,448
  • 50
  • 182
  • 322
0
votes
1 answer

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. Need to sync
Bryn
  • 73
  • 1
  • 2
  • 7
0
votes
1 answer

In modeling context: How to call a method that placed outside class

For example if method A return either 0 or 1 . If method A returns 1 then it should call method B. How to visualize this in Class Diagram ?
elay221
  • 61
  • 8
0
votes
1 answer

How Sequence Diagram model Dynamic Structure?

Could anyone Help me with the following question, this question is for five marks. I scored only three marks. Can anyone help me with it Class Diagrams model the static structure of the system. Explain how Sequence Diagrams model the dynamic…
muzzammil
  • 55
  • 6
0
votes
1 answer

How to represent Ontology instance in ArgoUML class diagram

I am developing ontology using ArgoUML class diagram and I want to show some instances of classes. Is there a way in ArgoUML to do this? Thanks for your helps in advanced.
Sanam
  • 77
  • 1
  • 11
0
votes
1 answer

RDBMS - Can't figure out where to place this table

I've got a few days left before I need to hand in my relational database and everything's going alright. I have the database itself built but there's one design issue that I just can't figure out. I need a results table, one that references the…
viKK
  • 15
  • 1
  • 7
0
votes
1 answer

Error in XMI file

I'm trying to parse this XMI file http://pastebin.com/Ltp09cPD in java, this file has been generated with ArgoUML but I get this error: "Caused by: org.xml.sax.SAXParseException; systemId:…
Sredny M Casanova
  • 4,735
  • 21
  • 70
  • 115