Top "Use-case" questions

A use case diagram is a type of behavioral diagram defined by and created from a Use-case analysis.

C++11 use-case for piecewise_construct of pair and tuple?

In N3059 I found the description of piecewise construction of pairs (and tuples) (and it is in the new Standard). …

c++11 tuples use-case forwarding piecewise
What are the possible AOP use cases?

I'd like to make a picture of what are the possible cases for effective involvement of AOP in application design. …

java spring jboss aop use-case
Instagram API Permission Declined - invalid use case?

We recently created a web-app that invites local highschool sports fans to share their favorite moments from local sporting events. …

api permissions instagram use-case
Can I use the Use Case Diagram in SCRUM?

I'm starting a project with a team and we're using SCRUM as methodology. It's my first time with SCRUM. We …

uml scrum use-case
Precondition in an Use Case

I'm creating a Use Case for a project for school and I'm confused about the precondition field. I can understand …

uml use-case
Sequence Diagram vs Usecase Diagram

I have build a usecase diagram for hotel reservation Should i build a sequence diagram for each usecase in the …

uml use-case sequence-diagram
When to use Android PopupWindow vs Dialog

I'm unclear about when to use PopupWindow vs Dialog. Any insight would be much appreciated. Thanks.

android comparison dialog use-case popupwindow
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. …

uml use-case rational-rose
Association between two use cases in UML

I know that two use cases can be associated together with the following relationships, 1. extend 2. include 3. require Apart from these …

uml use-case system-analysis
How to draw sequence diagram for multiple-stages use case?

In current system, some functionalities/ use cases may need multiple stages to complete their whole procedure. Examples are like user …

model-view-controller uml use-case sequence-diagram