Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
design_pattern:composite_pattern [2017/10/30 15:52] – [Composite] ledyxdesign_pattern:composite_pattern [2021/02/07 03:25] (current) – [Composite Pattern] ledyx
Line 1: Line 1:
 = Composite Pattern = = Composite Pattern =
-그릇(복수)과 내용물(단수)을 동일시(= 혼합물, Composite)해서 재귀적인 구조 구축.+그릇(<fc red>복수</fc>)과 내용물(<fc red>단수</fc>)을 동일시(= 혼합물, Composite)해서 재귀적인 구조 구축.
  
   * <fc red>Tree 구조의 Data(= 재귀적)</fc>   * <fc red>Tree 구조의 Data(= 재귀적)</fc>
Line 7: Line 7:
     * GUI 프로그래밍에서 View안에 자식 View를 갖는 경우     * GUI 프로그래밍에서 View안에 자식 View를 갖는 경우
  
-{{tag>Architecture Modeling DesignPattern Structural}}+{{tag>Architecture Modeling Design_Pattern Structural}}
  
 = Component = = Component =
design_pattern/composite_pattern.1509378739.txt.gz · Last modified: 2021/02/07 03:15 (external edit)