Chapter 12 Flashcards
Steps of Object-Oriented Design?
Three Paths
- Simple use case use CRC cards
- Medium use case use communication diagram
- Complex use case use dequence diagram
What is Stereotype in Design Class Diagrams?
way of categorizing a model element by its characteristics, indicated by guillemots («»)
What is Persistent class in Design Class Diagrams?
class whose objects exist after a system is shut down (data remembered)
What is Entity Class in Design Class Diagrams?
a design identifier for a problem domain class (usually persistent)
What is Boundary class or view class in Design Class Diagrams?
a class that exists on a sustems automation boundary, such as an input window form or web page
What is Controller Class in Design Class Diagrams?
A class that mediates betwen boundary classes and entity classes, acting as a switchboard between the view layer and domain layer
What is Data access class in Design Class Diagrams?
a class that is used to retrieve data from and send data to a database