25 lines
612 B
ReStructuredText
Raw Normal View History

`Behavioral`__
==============
2015-04-02 00:03:33 +02:00
In software engineering, behavioral design patterns are design patterns
that identify common communication patterns between objects and realize
these patterns. By doing so, these patterns increase flexibility in
carrying out this communication.
2015-04-02 00:16:16 +02:00
.. toctree::
:titlesonly:
2015-04-02 00:03:33 +02:00
ChainOfResponsibilities/README
Command/README
Iterator/README
Mediator/README
Memento/README
NullObject/README
Observer/README
Specification/README
State/README
Strategy/README
TemplateMethod/README
2015-04-07 22:00:12 +02:00
Visitor/README
.. __: http://en.wikipedia.org/wiki/Behavioral_pattern