访问者模式
2014-12-29 17:57:56 8 举报
装饰模式
作者其他创作
大纲/内容
ConcreteVistor2
+ VistorConcreteElementA+ VistorConcreteElementB
ObjectStructure
+ operation()
ConcreteVistor1
Element
+ accept(vistor:Vistor)
ConcreteElementB
+ accept(vistor)+ operation()
ConcreteElementA
Client
Vistor
+ VistorConcreteElementA(ConcreteElementA)+ VistorConcreteElementB(ConcreteElementB)
0 条评论
下一页