Use cases Concept and use cases Process

Asked

Viewed 832 times

8

In software engineering we have the famous use cases.

inserir a descrição da imagem aqui

On a college assignment I come across the following:

UCC - Concept use cases
CPU - Process use cases
UCR - Cases of use of Relay

UCR - would be the use cases related to reporting.

But the UCC and the UCP??

What is the purpose of making this separation of use cases?

It wouldn’t all be the same?

I did a lot of research and found nothing on these acronyms, everything leads me the case of normal use.

  • 1

    Here’s a question related.

  • 2

    UCP refers me to "use case point". UCC never seen... "Case of complex use", maybe? Both would be, for me, related to point counting by function and not with software modeling. Is there any reference to people who contextualize these acronyms?

  • @Caffé, I have a work where it is requested cases of use of concept and cases of use of processes, I gave a vast searched by the web and also found nothing.. this would be software engineering. In the end I think it’s all the same thing..

  • 1

    some links: http://searchsoftwarequality.techtarget.com/definition/use-case http://www.cs.cornell.edu/courses/cs5150/2014fa/slides/D2-use-cases.pdf

  • 1

    Interesting, I’ll even try to find out because I’ve always seen the use cases in a generalized way, without these subdivisions.

1 answer

6


Short Answer: The difficulty in finding material on the subject is because there is not even this differentiation in the literature.

Long Answer Edited with the question edit.

Really all this is use case. But in this exercise, they are logically divided into their project, grouping use cases by types.

For example, a possible interpretation of this separation:

The cases of concept use, are those that do not exist in practice, they exist only in thought. In this case, there are two that would apply. For example, searching for a patient’s record facilitates two other use cases, but in practice, it is not a use case that some actor initiates. In practice it is within two other use cases and separation only simplifies modeling.

Cases of process use, on the other hand, would be those that facilitate or standardize a process. For example, to mark or cancel a query. This type of use case can generate data for reporting use cases.

And the cases of report use, would be the use cases that generate the report itself. For example, the use case "Consult Schedule", would allow a doctor to see a report based on the process of scheduling and cancelling appointments.

  • 3

    Good approach! I would only differentiate Process Concept as follows: A) Process: everything that involves clinical operation. B) Concept: everything that does not involve operation, but that is applied as a concept within the operation. In this case, UCC would then be the doctor Ask (prescribe) Medicine.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.