文章列表
Java Pattern UML 之结构型模式
1.组合模式(Composite)
2.外观模式(Facade)
3.代理模式(Proxy)
4.适配器模式(Adaptor)
5.装饰模式(Decrator)
6.桥接模式(Bridge)
7.享元模式(Flyweight)
Java Pattern UML 之 行为型模式
1.迭代器模式(Iterator)
2. 观察者模式(Observer)
3.模板方法(Template Method)
4. 访问者模式(Visitor)
5. 策略模式(Stratogy)
6. 职责链模式(Chain of responsibility)
7.命令模式(Command)
8.状态模式 (State)
9.中介者模式(Mediator)
10.备忘录模式(Memento)
11.解释器模式(Interpreter)
Java Pattern UML 之 创建型模式
一,创建型模式(Creational Pattern)
1. 抽象工厂(Abstract Factory)
2. Factory Method(工厂方法)
3.Builder(建造模式)
4.Prototype(原型模式)
5.Singleton(单例模式)