BASIC BEHAVIORAL MODELING-I
Introduction
Interactions
- In object-oriented systems, things get done by objects interacting with one another, by passing messages
- Interaction is a kind of action that occurs as two or more objects mutually carry out an action that has an effect upon one another
- A message is a specification of a communication between objects to request activity
- The requested objects provide some service to the requesting object
- Each interaction can be modeled in two ways
By emphasizing its time ordering of messages
By emphasizing the structural organization of participating objects
|
|
Interaction Diagrams
- They are used to describe interactions among the different elements in the model
- There are two types of interaction diagrams - sequence diagrams and collaboration diagrams
- Sequence diagrams emphasize on time sequence of messages whereas collaboration diagrams emphasize on the structural organization of the participating objects
In general, interaction diagrams:
- Capture dynamic behavior of a system
- Describe the message flow in the system
- Describe structural organization of the objects
Sequence Diagram with Example
![Sequence Diagram with Example cse study zone,estudies4you,Collaboration Diagram with Example,Sequence Diagram with Example,examples of interaction diagrams,interaction diagrams types,types of interaction diagrams,interactions in ooad,interactions in uml,uml interaction diagrams,uml interactions,ooad interaction diagrams,what are the types of interaction diagrams,](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiduOij_6bxGU7Tfg4ta3COyumdVlf0yi9SeioHoB4kS4EoNHj9kxItI9_n9MMnEA70FTF5IpcyaL-GWe3dDO0aTe7VJ0VIgfjHHL3St1-pzDfuMMg_A5w6mDkUZmjxQX32lTO5NtTUQeA2/s1600/Sequence+diagram-Interaction+diagrams.png)
Collaboration Diagram with Example
![Collaboration Diagram with Example cse study zone,estudies4you,Collaboration Diagram with Example,Sequence Diagram with Example,examples of interaction diagrams,interaction diagrams types,types of interaction diagrams,interactions in ooad,interactions in uml,uml interaction diagrams,uml interactions,ooad interaction diagrams,what are the types of interaction diagrams,](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgCogVlpsP6Qc0FMzVkv12V8KRkC_JbHC42R7VfqwUS7CC0lTHneRVXdcCsN31_Njvlcj8-GTubZLL56amzi68eWTcoqJqEc8hEV-hnMcRY2uygiyxCcQA8E5aPp-1GoUStPtQ368YwF2o/s1600/Collaboration+diagram-Interaction+diagrams.png)
Post a Comment
Post a Comment