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