PPT Slide
*
AbstractComponent
operation( )
ConcreteComponent1
operation( )
ConcreteComponent2
operation( )
AbstractComposite
operation( )
add(AbstractComponent)
remove(AbstractComonent)
getChild(int)
...
ConcreteComposite1
operation( )
add(AbstractComponent)
remove(AbstractComonent)
getChild(int)
ConcreteComposite2
operation( )
add(AbstractComponent)
remove(AbstractComonent)
getChild(int)
...
Previous slide
Next slide
Back to first slide
View graphic version