> For the complete documentation index, see [llms.txt](https://www.selinux.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.selinux.tech/designpattern/behavioral-pattern.md).

# 行为型模式

- [模板方法模式](https://www.selinux.tech/designpattern/behavioral-pattern/template-method-pattern.md)
- [迭代器模式](https://www.selinux.tech/designpattern/behavioral-pattern/iterator-pattern.md)
- [策略模式](https://www.selinux.tech/designpattern/behavioral-pattern/strategy-pattern.md)
- [解释器模式](https://www.selinux.tech/designpattern/behavioral-pattern/interpreter-pattern.md)
- [观察者模式](https://www.selinux.tech/designpattern/behavioral-pattern/observer-pattern.md)
- [备忘录模式](https://www.selinux.tech/designpattern/behavioral-pattern/memento-pattern.md)
- [命令模式](https://www.selinux.tech/designpattern/behavioral-pattern/command-pattern.md)
- [中介者模式](https://www.selinux.tech/designpattern/behavioral-pattern/mediator-pattern.md)
- [责任链模式](https://www.selinux.tech/designpattern/behavioral-pattern/chain-of-responsibility-pattern.md)
- [访问者模式](https://www.selinux.tech/designpattern/behavioral-pattern/visitor-pattern.md)
- [状态模式](https://www.selinux.tech/designpattern/behavioral-pattern/state-pattern.md)
