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.
工厂本身可用标准 JAXP 方法获得,它依靠抽象工厂模式支持可插入的服务提供者。 - 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].
就象在设计模式:可重用面向对象软件的元素这本书中建议的那样,抽象工厂先创建然后再使用工厂方法的实现.
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.
此时,您可能很想更进一步并用成熟的抽象工厂对象替换工厂方法, 如 Erich Gamma 等人在 设计模式中详细描述的那样。
双语例句
词组短语
- abstract factory pattern 抽象工厂;抽象工厂模式;笼统工厂形式;抽象工程模式
- Abstract Factory Design Pattern 抽象工厂设计模式
- Abstract Factory For PHP 抽象工厂模式
- Abstract Factory Pattem 抽象工厂模式
- Abstract Factory Method 抽象工厂方法模式;模式
短语
专业释义
- 抽象工厂
Finally, based on the JAVA language, a concrete realization of the abstract factory pattern.
最后给出基于JAVA语言的抽象工厂模式的具体实现。