Home | Trees | Indices | Help |
---|
|
Factory Interface. All Factories should inherit this class and overwrite the create method. - External Usage documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Creational-Pattern-Usage} - External Factory Pattern documentation: U{https://en.wikipedia.org/wiki/Factory_method_pattern}
|
|||
|
|
Abstract create method. Concrete implementations should return a new instance of the object the factory class is responsible for.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |