More actions
imported>Unknown No edit summary |
(Repair batch-0003 pages from live compare) |
||
| Line 5: | Line 5: | ||
* [[BuilderPattern]] | * [[BuilderPattern]] | ||
* [[FactoryMethodPattern]] | * [[FactoryMethodPattern]] | ||
* | * PrototypePattern | ||
* [[SingletonPattern]] | * [[SingletonPattern]] | ||
* [[Gof/AbstractFactory]] | * [[Gof/AbstractFactory]] | ||
* | * Gof/Builder | ||
* [[Gof/FactoryMethod]] | * [[Gof/FactoryMethod]] | ||
* | * Gof/Prototype | ||
* [[Gof/Singleton]] | * [[Gof/Singleton]] | ||
| Line 18: | Line 18: | ||
* [[BridgePattern]] | * [[BridgePattern]] | ||
* [[CompositePattern]] | * [[CompositePattern]] | ||
* | * DecoratorPattern | ||
* [[FacadePattern]] | * [[FacadePattern]] | ||
* | * FlyweightPattern | ||
* | * ProxyPattern | ||
* [[Gof/Adapter]] | * [[Gof/Adapter]] | ||
* | * Gof/Bridge | ||
* [[Gof/Composite]] | * [[Gof/Composite]] | ||
* | * Gof/Decorator | ||
* [[Gof/Facade]] | * [[Gof/Facade]] | ||
* | * Gof/Flyweight | ||
* | * Gof/Proxy | ||
== Behavioral Patterns == | == Behavioral Patterns == | ||
* | * ChainOfResponsibilityPattern | ||
* [[CommandPattern]] | * [[CommandPattern]] | ||
* [[InterpreterPattern]] | * [[InterpreterPattern]] | ||
* | * IteratorPattern | ||
* [[MediatorPattern]] | * [[MediatorPattern]] | ||
* | * MementoPattern | ||
* | * ObserverPattern | ||
* [[StatePattern]] | * [[StatePattern]] | ||
* [[StrategyPattern]] | * [[StrategyPattern]] | ||
* | * TemplateMethodPattern | ||
* [[VisitorPattern]] | * [[VisitorPattern]] | ||
* | * Gof/ChainOfResponsibility | ||
* [[Gof/Command]] | * [[Gof/Command]] | ||
* | * Gof/Interpreter | ||
* | * Gof/Iterator | ||
* [[Gof/Mediator]] | * [[Gof/Mediator]] | ||
* | * Gof/Memento | ||
* | * Gof/Observer | ||
* [[Gof/State]] | * [[Gof/State]] | ||
* [[Gof/Strategy]] | * [[Gof/Strategy]] | ||
* | * Gof/TemplateMethod | ||
* [[Gof/Visitor]] | * [[Gof/Visitor]] | ||
| Line 62: | Line 62: | ||
---- | ---- | ||
[[패턴분류]] | [[패턴분류]] | ||
Latest revision as of 00:29, 27 March 2026
Creational Patterns
- AbstractFactoryPattern
- BuilderPattern
- FactoryMethodPattern
- PrototypePattern
- SingletonPattern
- Gof/AbstractFactory
- Gof/Builder
- Gof/FactoryMethod
- Gof/Prototype
- Gof/Singleton
Structural Patterns
- AdapterPattern
- BridgePattern
- CompositePattern
- DecoratorPattern
- FacadePattern
- FlyweightPattern
- ProxyPattern
- Gof/Adapter
- Gof/Bridge
- Gof/Composite
- Gof/Decorator
- Gof/Facade
- Gof/Flyweight
- Gof/Proxy
Behavioral Patterns
- ChainOfResponsibilityPattern
- CommandPattern
- InterpreterPattern
- IteratorPattern
- MediatorPattern
- MementoPattern
- ObserverPattern
- StatePattern
- StrategyPattern
- TemplateMethodPattern
- VisitorPattern
- Gof/ChainOfResponsibility
- Gof/Command
- Gof/Interpreter
- Gof/Iterator
- Gof/Mediator
- Gof/Memento
- Gof/Observer
- Gof/State
- Gof/Strategy
- Gof/TemplateMethod
- Gof/Visitor
DPSCChapter3 DPSCChapter4 DPSCChapter5