Modeling Flashcards
1
Q
UML?
A
Unified Modeling Language:
2
Q
Two broad categories of diagrams
A
Structural Diagrams
Behavioral Diagrams
3
Q
Use case diagrams
A
are behavioral diagrams that is a simple description of a system’s function
4
Q
Key elements of a use case description:
A
- use case name
-use case type
-primary actor
-secondary actor
-relationships
5
Q
types of relationships:
A
association relationship- between the actor and a use case (a line)
include relationship- between original use case and another use case (dashed arrow)
extend relationship - between a use case and the original use case (dashed arrow)
generalize relationship- between a general use case (usually various) to the original use case (full arrow)