To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Behavioral pattern

From Wikipedia, the free encyclopedia

In software engineering, behavioral design patterns are design patterns that identify common communication patterns among objects. By doing so, these patterns increase flexibility in carrying out communication.

YouTube Encyclopedic

  • 1/3
    Views:
    101 540
    360
    14 288
  • Visitor Design Pattern
  • The Electro Conductive (Behavioral) Pattern 2.9.2
  • 07 Behavior Patterns: 01 The Observer Pattern

Transcription

Design patterns

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
"Externalize the stack"
Turn a recursive function into an iterative function that uses a stack[1]
Interpreter pattern
Implement a specialized computer language to rapidly solve a specific set of problems
Iterator pattern
Iterators are used to access the elements of an aggregate object sequentially without exposing its underlying representation
Mediator pattern
Provides a unified interface to a set of interfaces in a subsystem
Memento pattern
Provides the ability to restore an object to its previous state (rollback)
Null object pattern
Designed to act as a default value of an object
Observer pattern
a.k.a. Publish/Subscribe or Event Listener. Objects register to observe an event that may be raised by another object
Weak reference pattern
De-couple an observer from an observable[2]
Protocol stack
Communications are handled by multiple layers, which form an encapsulation hierarchy[3]
Scheduled-task pattern
A task is scheduled to be performed at a particular interval or clock time (used in real-time computing)
Single-serving visitor pattern
Optimise the implementation of a visitor that is allocated, used only once, and then deleted
Specification pattern
Recombinable business logic in a boolean fashion
State pattern
A clean way for an object to partially change its type at runtime
Strategy pattern
Algorithms can be selected on the fly, using composition
Template method pattern
Describes the skeleton of a program; algorithms can be selected on the fly, using inheritance
Visitor pattern
A way to separate an algorithm from an object

See also

References

  1. ^ "Externalize The Stack". c2.com. 2010-01-19. Archived from the original on 2011-03-03. Retrieved 2012-05-21.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  2. ^ Nakashian, Ashod (2004-04-11). "Weak Reference Pattern". c2.com. Archived from the original on 2011-03-03. Retrieved 2012-05-21.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  3. ^ "Protocol Stack". c2.com. 2006-09-05. Archived from the original on 2011-03-03. Retrieved 2012-05-21.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
This page was last edited on 21 February 2024, at 13:05
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.