Home | Trees | Indices | Help |
---|
|
Abstract director class, responsible for using a builder to fully construct 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}
|
|||
|
|||
|
|||
|
|
Abstract method for fully constructing an object. Concrete implementations should override this and use a builder to construct the object.
|
Get the object this director is responsible for constructing.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |