Analysis

Analysis Model



Object View
consists of ebc-o:
- entity objects
- represent the persistent information tracked by the system
- e.g. Year, Month and Day are entity objects
- boundary objects
- represent the interaction between the actors and the system
- collects the information from the actor and translates it into a form that can be used by both entity and control objects
- do not describe in detail the visual aspects of the user interface
- e.g. Button and LCDDisplay are boundary objects
- control objects
- are in charge of realizing use cases
- are responsible for coordinating boundary and entity objects
- e.g. ChangeDataControl is a control object that represents the activity of changing the date by pressing combination of buttons
stereotype mechanism:


mapping parts of speech to model components:

Analysis Activities

From Use Cases to Object