UML?
Unified Modeling Language:
Two broad categories of diagrams
Structural Diagrams
Behavioral Diagrams
Use case diagrams
are behavioral diagrams that is a simple description of a system’s function
Key elements of a use case description:
types of relationships:
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)