Home | Trees | Indices | Help |
---|
|
Abstract builder class, responsible for constructing various pieces of an object. - External Usage documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Creational-Pattern-Usage} - External Builder Pattern documentation: U{https://en.wikipedia.org/wiki/Builder_pattern}
|
|||
|
|||
|
|||
|
|
Initialize a new Builder. Concrete Builders should call this method from within their own __init__ method. The concrete __init__ method should also register all build options to build methods, by using the _register method.
|
Build a piece of the constructed object.
|
Register a build option to a build method. All concrete builders should call this method in their constructor at least once.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |