Behavioral pattern: Difference between revisions

Content deleted Content added
Added pattern
m Corrected Link
Line 3:
Examples of this type of design pattern include:
 
* [[Blackboard design pattern]]: provides a computational framework for the design and implementation of systems that integrate large and diverse specialized modules, and implement complex, non-deterministic control strategies
* [[Chain of responsibility pattern]]: Command objects are handled or passed on to other objects by logic-containing processing objects
* [[Command pattern]]: Command objects encapsulate an action and its parameters