生成器模式(Builder Pattern):将构造对象实例的逻辑移到了类的外面,类的外部定义了这个类的构造逻辑,将一个复杂对象的构造过程从对象的表示中分离出来,
基于2254个网页-相关网页
...和维护,考虑到Response的构建过程需要解析数据流,各个特定的Response其解析的过程可以重用,我们使用生成器(Builder Pattern)来生成Response,Builder的父类如下:
基于486个网页-相关网页
The Builder Pattern 建造者模式
discussing application of builder pattern 建造者模式应用探讨
Builder Design Pattern 生成器设计形式 ; 生成器设计模式
design pattern Builder 建造者设计模式
以上来源于: WordNet
The prototype USES a SAX parser mechanism 1 coupled with the builder pattern to perform this task.
原型使用SAX解析器机制1和构造器模式来执行该任务。
Notice the convenience of the append function that allows you to use a builder pattern to quickly create a table row with three cells in it.
注意,便利的附加函数允许您使用一个构建器模式来快速创建表行,其中有3个单元格。
The implementation of the builder pattern can be complex, but once the builder is available, it simplifies the construction and use of the objects the builder creates.
生成器模式的实现可以很复杂,但一旦生成器可用,它就可以简化生成器所创建对象的构造和使用。
应用推荐