It'd be much helpful to learn the basic diagram notations before we jump to the actual design patterns. There are three types of notations to represent the ideas of patterns:
- Class Diagram: To represent static relationships with the other classes.
- Object Diagram: To represent object structure at run-time.
- Interaction Diagram: To show flow of requests between objects.
Let's start with the Class diagram:
Let's try to understand all the the above class diagrams in figure A,B,C,D,E and F.
- Fig .A. Names in italic represents an abstract class or abstract method.
- Fig. B. A concrete class name, its data member and methods.
- Fig. C. Participant Client class is also like any other normal class if it has any responsibility in the pattern.
- Fig. D. Implicit Client class - If client class has no direct responsibility in the pattern.
- Fig. E. Drawing class is an aggregation of Shape classes(Abstract), which has been inherited by LineShape class, and the LineShape is acquainted with Color class i..e it keeps the reference of Color class, whereas LineShape class itself can be instantiated by the CreationTool class.
- Fig.F. To show the pseudocode implementation for any operation in the class.
Object Diagrams:
Here in the object diagram we can see how an object aDrawing is keeping the reference of another objects(aCircle, aLine,...) at runtime.
Interaction Diagram:
In the interaction diagram, the vertical solid line represents the lifetime of an object, whereas the vertical rectangle represents active state of an object and the dotted line is to show that the object has not been created yet.
We'll see the more details in the next section.
Thanks for the reading.
1 comment:
Good Blog with good Pictures, i really like it.We provides
tempo traveller rental gurgaon
tempo traveller rental faridabad
tempo traveller rental noida
tempo traveller rental ghaziabad
tempo traveller rental ballabgarh
tempo traveller rental delhi
tempo traveller rental for outstation
tempo traveller hire gurgaon
tempo traveller rent gurgaon
tempo traveller booking
Tempo traveller rental bangalore
mini bus rental bangalore
hire innova taxi bangalore
tempo traveller hire in bangalore
bangalore tempo traveller services
21 seater minibus in bangalore
9 seater tempo traveller in bangalore
tempo traveller booking bangalore
rent tempo traveller bangalore
bangalore tempo traveller rental
for easy travel call us +91-9560075009
Post a Comment