Home | Trees | Indices | Help |
---|
|
Abstract Factory Class as part of the AbstractFactory design pattern. - External Usage documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Creational-Pattern-Usage} - External Abstract Factory Pattern documentation: U{https://en.wikipedia.org/wiki/Abstract_factory_pattern}
|
|||
|
|||
|
|||
|
|
Initialize the abstract factory. Concrete implementations should call this from within their own __init__ method and register all their factories to keys using the register method. |
Abstract create method. Concrete implementations should return a new instance of an object by calling the appropriate factory.
|
Register a factory to a key.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |