You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* to access an aggregate object's contents without exposing its internal representation
166
+
* to support multiple traversals of aggregate objects
167
+
* to provide a uniform interface for traversing different aggregate structures
168
+
162
169
##Mediator
163
170
**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.
0 commit comments