The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DesignPattern::Factory"

DesignPattern::Factory - Perl implementation of the Factory Method. River stage zero No dependents

This group of modules implement the Factory Method as described in Gamma E, et al. 'Design Patterns: elements of reusable object-oriented software' Addison-Wesley, 1995 [known to many as GOF]. The Factory Method's intent is to 'Define an interface fo...

NWETTERS/DesignPattern-Factory-0.01 - 14 Nov 2001 14:40:21 UTC

DesignPattern::Factory::Product - a participant in the Perl implementation of the Factory Method. River stage zero No dependents

DesignPattern::Factory::Product is the superclass of DesignPattern::Factory::ConcreteProduct. That is, ConcreteProduct inherits all methods from Product, but can override these methods by implementing its own methods. DesignPattern::Factory::Product ...

NWETTERS/DesignPattern-Factory-0.01 - 14 Nov 2001 14:40:21 UTC

DesignPattern::Factory::Creator - a participant in the Perl implementation of the Factory Method. River stage zero No dependents

DesignPattern::Factory::Creator is the superclass of DesignPattern::Factory::ConcreteCreator. That is, ConcreteCreator inherits all methods from Creator, but can override these methods by implementing its own methods. From GOF, the DesignPattern::Fac...

NWETTERS/DesignPattern-Factory-0.01 - 14 Nov 2001 14:40:21 UTC

DesignPattern::Factory::ConcreteProduct - a participant in the Perl implementation of the Factory Method. River stage zero No dependents

Implements the DesignPattern::Factory::Product interface....

NWETTERS/DesignPattern-Factory-0.01 - 14 Nov 2001 14:40:21 UTC

DesignPattern::Factory::ConcreteCreator - a participant in the Perl implementation of the Factory Method. River stage zero No dependents

DesignPattern::Factory::ConcreteCreator overrides the factory method it inherits from DesignPattern::Factory::Creator to return an instance of a ConcreteProduct. FactoryMethod() Returns a new ConcreteProduct....

NWETTERS/DesignPattern-Factory-0.01 - 14 Nov 2001 14:40:21 UTC
5 results (0.025 seconds)