Top "Use-case" questions

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

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 …

uml use-case
Is TIME an actor in a use case?

Alright, on a true false question: a)The actors of a system are only represented by humans or another software …

uml use-case
Use-case of `oneway void` in Objective-C?

I found a strange keyword in NSObject.h - (oneway void)release; I searched the web, and learned it relates …

objective-c syntax keyword use-case
Online Job Portal System Use Case Diagrams

I want to have a correct use case diagram for an online job portal system. Here is my attemp: I …

uml diagram jobs use-case
Is there any "switch case" in UML use-case specification?

Is there any "switch case" in use-case specification? In the requirements: When user select "contract" in combobox, a "contract" tab …

uml use-case activity-diagram
Scala immutable map, when to go mutable?

My present use case is pretty trivial, either mutable or immutable Map will do the trick. Have a method that …

scala map immutability mutable use-case
What are use cases for coroutines?

The concept of a coroutine sounds very interesting, but I don't know, if it makes sense in a real productive …

use-case coroutine
Design Methodology: use case driven vs. domain driven

Just for discussion, to me it seems that 2 different terminologies actually are saying the same thing. Is there any tangible …

design-patterns architecture domain-driven-design use-case
Is this class diagram correct according to this use case diagram?

I am trying to create a class diagram which shows generalisation and maybe some form of aggregation or composition from …

uml class-diagram use-case object-oriented-analysis staruml
Use Case with 2 ways for the same action

Question 1: What is the correct way to build a Use Case (or more than one) with 2 ways to do the …

ios design-patterns architecture use-case