代码之家  ›  专栏  ›  技术社区  ›  zotherstupidguy

三种对象模型设计模式

  •  0
  • zotherstupidguy  · 技术社区  · 16 年前

    SyndFeed(Model) <-- conversion --> RSS(Wire Feed Model)
    SyndFeed(Model) <-- conversion --> Atom(Wire Feed Model)
    

    我得出的结论是,这种模式实际上不能满足我的应用需求,但我仍然喜欢这种模式,但我不能找出这是哪种设计模式!

    有什么想法吗?

    1 回复  |  直到 16 年前
        1
  •  0
  •   Bevan    16 年前

    在我看来这可能是 Adapter 图案。

    推荐文章