> 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/creational-pattern.md).

# 创建型模式

- [简单工厂模式](https://www.selinux.tech/designpattern/creational-pattern/simple-factory-pattern.md)
- [工厂方法模式](https://www.selinux.tech/designpattern/creational-pattern/factory-method-pattern.md)
- [抽象工厂模式](https://www.selinux.tech/designpattern/creational-pattern/abstract-factory-pattern.md)
- [建造者模式](https://www.selinux.tech/designpattern/creational-pattern/builder-pattern.md)
- [单例模式](https://www.selinux.tech/designpattern/creational-pattern/singleton-pattern.md)
- [原型模式](https://www.selinux.tech/designpattern/creational-pattern/prototype-pattern.md)
