2016-09-22 12:17:22 +02:00
..
2016-09-22 09:26:25 +02:00
2016-09-21 14:34:24 +02:00
2016-09-22 09:38:55 +02:00
2016-09-22 10:39:03 +02:00
2016-09-22 10:43:27 +02:00
2016-09-22 10:54:22 +02:00
2016-09-22 11:45:38 +02:00
2016-09-22 11:02:03 +02:00
2016-09-22 11:15:18 +02:00
2016-09-22 11:29:48 +02:00

`Behavioral`__
==============

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.

.. toctree::
   :titlesonly:

   ChainOfResponsibilities/README
   Command/README
   Iterator/README
   Mediator/README
   Memento/README
   NullObject/README
   Observer/README
   Specification/README
   State/README
   Strategy/README
   TemplateMethod/README
   Visitor/README

.. __: http://en.wikipedia.org/wiki/Behavioral_pattern