A use case diagram is a type of behavioral diagram defined by and created from a Use-case analysis. Its purpose is to present a graphical overview of the functionality provided by a system in terms of actors, their goals (represented as use cases), and any dependencies between those use cases.
0
votes
2answers
114 views
Is this usage of extend relationship in a use case diagram correct?
I am developing a mobile application for image search
This is my use case diagram
Actor =Smartphone user
System = client-side application
The query is pre-treated in the client-side before ...
0
votes
0answers
50 views
How to accurately identify the use cases?(Client-server application)
Actually I developing a mobile application for image search
This is my use case diagram
Actor =Smartphone user
System = client-side application
The query is pre-treated in the client-side ...
0
votes
1answer
93 views
A line always connecting two draggable elements in canvas using KineticJS
I am trying to create a Use Case Creator in HTML5 Canvas using Kinetic JS.So far I can make a line by right clicking on two elements(An actor and a Use Case) I want to connect.
But this line remains ...
-1
votes
1answer
93 views
Use Case diagram?
I am studying UML after a long long time so having difficulty in getting it. Somewhere I am hanging between either I should draw a generalized diagram or specific one and what if generalization of ...
0
votes
2answers
33 views
can one use case be EXTENDed from more than one base use case?
I have this use case, suppose named A, which is in nature an extension of both use cases B and C.
Is there a standard way to illustrate this?
For example is this true?
0
votes
0answers
34 views
usecase how to extend not all the main flow events
I have a use case Main usecasewhich has in its main flow 4 steps:
First Step.
Second Step.
Third Step.
Fourth Step.
Now I have another use case second usecase which extends the main use. the ...
0
votes
1answer
66 views
use case scenario
During a registration use case scenario, is the user confirming registration via unique email code part of the registration use case scenario?
The system sends a confirmation email for the user to ...
0
votes
1answer
31 views
use case include
I have use case order book, when the user order a book he must browse the book ( use case browse books) then he must set the address to take the book (use case set address)
what is the relationship ...
1
vote
1answer
38 views
is this gereralization usecase?
I have a primary usecase Manage foods, I want to do more specific usecase diagram which has these usecases Add food, Delete food and Edit food, so what is the relation type between those three ...
0
votes
2answers
37 views
choice user options as extend use case?
I have big use case which is `Manage Orders`, I want to expand this use case to a more specific use cases.
when the user ask to manage the orders he can do many options which represent use cases, my ...
0
votes
1answer
71 views
What is the Use Case Diagram for employee punctuality system
This is my current system for Employee Punctuality Monitoring:
The current system that determines whether an employee comes in late and leaves early is when the boss sees that the employee is not yet ...
-1
votes
1answer
64 views
How to use and define CRUD?
I want to use more than one CRUD in the same Use Case diagram. Can I define a name for each CRUD? How can I distinguish them?
Otherwise both would be named CRUD.
Thank You.
0
votes
1answer
26 views
How to display an event appearing after a period of time (gap) in use-case realization diagram?
i`m wondering what is the way to display an event which appears after some period of time on a use-case realization diagram. For example lets say an actor taps a display of his smart phone, the ...
0
votes
1answer
143 views
Use Case Diagram <<extend>>
I've created the below diagram for my proposed system but have a couple of questions.
The project has three components: Program (Java), Website, and Database.
Using the program, the user can ...
0
votes
1answer
23 views
how to represent a consequence relation in a use case?
I'm making a use case diagram for an android application and i want to represent a "consequence" relation but i don't know what to use exactly.To be more clear, i'm calculating something and depending ...
0
votes
2answers
49 views
Does a UML use can show everything the actor can do (functionality) or everything the actor wants to do (goals)?
Suppose we have a simple on-line store. Things that the user would want to achieve with the store would be:
Register (to create an account)
Browse items
Add items to basket
Checkout and pay
View ...
3
votes
1answer
213 views
UML Use case model: Actor Generalization
I'm starting to learn UML and have a question about Actor Generalization:
Imagine I'm writing a use case diagram for some kind of application for a College . I've identified there are two Actors; ...
1
vote
4answers
203 views
How to format branching statements (while/if-else) in UML use case descriptions?
How are branching statements supposed to be written in UML use case descriptions? Here is the situation I am modelling -
An employee has to swipe a card through a card reader to clock into work. The ...
0
votes
0answers
62 views
Use case description in Eclipse UML Papyrus?
I am just starting to use the Papyrus UML add in for Eclipse. I have made a Use Case diagram but I can't seem to find out how to efficiently attach a definition (text defining the steps implemented) ...
0
votes
2answers
82 views
Capistrano for Java (EE) Web applications
Does anyone use Capistrano for Java based application deployments?
Are there any benefits using Capistrano over already existing tools like Maven, ant, or Eclipse Deploy, etc?
Any specific use cases ...
0
votes
0answers
54 views
How to better output class diagrams using reverse engineering
If you have built a swing Java application which consists of many event handling methods, and 'Swing' components, How do you eliminate those to better output 'sequence diagram' and/or 'class diagram'. ...
1
vote
2answers
80 views
UML idea for objects with similar characteristics.
Events, jobs, self and contact are nothing but DTO objects where each objects can be added, edited and deleted from database. I am not so familiar with use case diagrams so I wanted to know if this ...
0
votes
1answer
101 views
Generalization in fully dressed use case
A generalization is shown in a use case diagram as seen in the picture below. I think this is a bad example but let us assume that local call and long-distance call each take 10 steps in a fully ...
0
votes
1answer
67 views
Use Case Diagram Log On Use Case
Let's say I have the following actor:
User
Let's say I have the following Use Cases:
Register
Log On
Complete Demographics Survey
Choose Modules
I'm confused as to how to properly model the ...
5
votes
2answers
154 views
Use case generalization versus extension
UML Use Case Diagrams allow for two seemingly equivalent ways to show that a given use case might be realised in several different ways namely use case generalizations as opposed to use case ...
1
vote
2answers
97 views
Where can I find examples of use cases for test-driven development? [closed]
I think the title is fairly straightforward: I've heard a lot about test-driven development and use cases, and while I understand it in theory, I would really like to see some examples of how it's put ...
0
votes
1answer
167 views
use case diagram for basic teacher login
I am creating a very basic use case diagram to show a teacher login, the login includes a forgot password for obviously if user forgot password and a reset password if they wish to reset password ...
1
vote
3answers
179 views
Use case diagram: of several actors of a use case, only some have access to an extending use case
How can I represent a diagram in which several actors have access to the same function, or "use case" but some of them have additional functions or "extends" (if im right) inside it, if i just extend ...
1
vote
2answers
90 views
Use case diagram - Extend a use case, but never use the parent use case?
I have a parent use case. I don't want to let the user use the parent use case. I only want the user to have access to child use cases. Think of it as an abstract class in Java. You can never ...
1
vote
1answer
54 views
A use case which does nothing? [closed]
Am I allowed to make a use case which "does nothing"? For example, consider a soda vending machine: it can vend a can of soda or a cup of soda.
So my top level use case is "buy soda". The extending ...
0
votes
1answer
41 views
Use case diagram for overriding settings?
I have a fan in a room. The fan has two speeds 1,2,3,4,5. 1 is slowest, 5 is fastest.
The speed of the fan depends on the temperature.
These are my regular settings for the fan:
if temp is cold - ...
0
votes
2answers
72 views
Should interface be part of a system in use case diagram?
My system is a soda can machine. You can put a coin and buy soda from this machine. The interface is a keypad and digital screen.
One of my requirements is that the user can put x dollars into ...
1
vote
1answer
301 views
How to use correctly use case <<generalization>> in use case diagrams?
I'm starting to learn UML and I'm a little confused. I have the following use case diagram:
I'm asking this because I want to draw my diagrams correctly in order to anybody with correct knowledge ...
0
votes
0answers
140 views
Microsoft Visio UML and Exporting Documentation
I'm considering adding use case documentation inside the items on the model in Miscosoft Visio. Is it possible to export the documentation of these use cases as a text file or anything, to append to a ...
0
votes
1answer
127 views
use case diagrams include and extend
I've a simple scenario that shows mouse and keyboard interactions with GUI.
Mouse And keyboard can select UI elements and then click on them or press Enter/Space to trigger their action.
which one of ...
0
votes
1answer
46 views
How to make cross reference on Enterprise achitect template editor?
I am doing some use case specification on enterprise architect. When i was writting these documents on Word 2010, i used cross reference(hyperlinks) to show business rules that were on the other side ...
-1
votes
1answer
27 views
what i should use include or extend or what? [closed]
i did some reaserches but nothing helped me out ://
Im in case i have a use case ( claims traitement)
where an employee trait a client claim ( by phone)
after this traitement, the employe have too ...
0
votes
1answer
244 views
Use Case - How to handle an alternate flow branching from multiple steps?
I am trying to determine how to number/write this use case, but I'm having a bit of trouble.
In the short form:
Main scenario
1.The analyst selects an order
2.The system determines ...
0
votes
1answer
30 views
How to specify multiple includes that are not mandatory altogether
Let's say I have three use cases:
First and second use cases are simple actions that can't be performed simultaneously. The third, though, can only happen while first OR second has happened. Do I ...
-1
votes
1answer
86 views
UML Use Case Diagram [closed]
If manager need to produce a report of employess for scheduling shifts.
the produce of the report is "include" to scheduling shifts ?
thanks
-1
votes
1answer
151 views
Identifying use cases [closed]
Process:
Security cameras will detect security issues.
They will be sending to Main Control system
Main control will send them to DB
If threat level is low, call internal security
If threat level ...
1
vote
2answers
309 views
Too many use cases in use case diagram - Can't fit boundary. Any way of simplifying?
I am new to UML modelling and I was creating this use case and generalised the use cases into 4 main categories - Add info, View info, edit info and delete info. Each generalisation contains 6 use ...
1
vote
2answers
52 views
What is the initiating actor for the usecase shown here
I am new to drawing use case and writing use case descriptions.
I have an Actor called User , an abstract usecase called Work Type and another use case called Manager. The usecase Manager has a ...
1
vote
3answers
301 views
How to save a Rational Rose design into an image file
I am using Rational ROse, and i have created some diagrams. Now i want to save it to an Image. For example JPG or PNG.
I couldn't find any option in the tool that allows to do so. Can someone tell ...
0
votes
1answer
51 views
Class digram to Usecase
I am trying to make a use-case to my project but i have some problem with draw a use case
Is their any software to convert Class diagram into Use-case?
1
vote
2answers
724 views
uml-include or extend
I am trying to make a use case diagram for library management system. I have two actors admin and user.
Now, the admin has three functions manageCategories (of books like history, geography etc.) ...
0
votes
1answer
41 views
What happens if a use-case fails use-case testing?
I've not been able to find this question anywhere on the Internet, and since i'm working on my exam project at the moment, I would hope for this to get answered.
What happens to a use-case if it ...
1
vote
0answers
78 views
Architecture for driving complex Use Cases
I'm about to design a software to be implemented by several developers.
The software has many complex use cases involving several steps and commands from the UI.
I want to have a clear separation ...
0
votes
2answers
104 views
Drawing usecase for Enter Phone number scenario - Beginner
I need to draw a usecase that will expect the user to enter the phone number. But the user will be given 2 attempts to enter the phone number. If both 2 attempts fail, then he will be asked to sign in ...
1
vote
1answer
222 views
PowerShell vs Python (for Rapid Application Development, Data Analytics, simple monitoring tools and general developer-productivity) [closed]
Here are the requirements:
No need to for multi-platform portability and the required platform is Windows.
Existing solutions in my team are in C#, Java and C++ and need to reuse quite a lot of ...





