0
votes
1answer
41 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?
0
votes
2answers
29 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 ...
1
vote
1answer
85 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 ...
-1
votes
1answer
30 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 ...
0
votes
1answer
113 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 ...
1
vote
0answers
75 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
1answer
356 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 ...
1
vote
3answers
131 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 ...
2
votes
2answers
303 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 ...
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!
1
vote
1answer
781 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
219 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
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 ...
0
votes
2answers
612 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 ...
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 ...
-1
votes
2answers
194 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 ...
0
votes
1answer
533 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 ...
0
votes
1answer
614 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 ...
0
votes
1answer
148 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
2answers
685 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
328 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
1answer
180 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
284 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 ...
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 ...
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?
1
vote
2answers
464 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 ...