abstract factory
基本解釋
- 抽象工廠
英漢例句
- The factory itself can be obtained using the standard JAXP approach, which relies on the Abstract Factory pattern to support pluggable service providers.
工廠本身可用標(biāo)準(zhǔn) JAXP 方法獲得,它依靠抽象工廠模式支持可插入的服務(wù)提供者。 - The Abstract Factory can in turn build on and use the Factory Method implementation, as suggested in Design Patterns: Elements of Reusable Object-Oriented Software [GoF].
就象在設(shè)計(jì)模式:可重用面向?qū)ο筌浖脑剡@本書(shū)中建議的那樣,抽象工廠先創(chuàng)建然后再使用工廠方法的實(shí)現(xiàn).
blog.sina.com.cn - At this point, you may be tempted to go one step further and replace the factory method with a full-fledged abstract factory object, as detailed in Design Patterns by Erich Gamma, et al.
此時(shí),您可能很想更進(jìn)一步并用成熟的抽象工廠對(duì)象替換工廠方法, 如 Erich Gamma 等人在 設(shè)計(jì)模式中詳細(xì)描述的那樣。
雙語(yǔ)例句
詞組短語(yǔ)
- abstract factory pattern 抽象工廠;抽象工廠模式;籠統(tǒng)工廠形式;抽象工程模式
- Abstract Factory Design Pattern 抽象工廠設(shè)計(jì)模式
- Abstract Factory For PHP 抽象工廠模式
- Abstract Factory Pattem 抽象工廠模式
- Abstract Factory Method 抽象工廠方法模式;模式
短語(yǔ)
專業(yè)釋義
- 抽象工廠
Finally, based on the JAVA language, a concrete realization of the abstract factory pattern.
最后給出基于JAVA語(yǔ)言的抽象工廠模式的具體實(shí)現(xiàn)。