Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Package
dk.rode.thesis.abstractfactory

Packages that use dk.rode.thesis.abstractfactory
dk.rode.thesis.abstractfactory Implementations and examples of the Abstract Factory design pattern [Gamma95, p.87]. 
 

Classes in dk.rode.thesis.abstractfactory used by dk.rode.thesis.abstractfactory
AbstractionFactory
          A sequence abstraction factory can create sequence abstractions.
GeneratorFactory
          A generator factory can create sequence value generators used as implementations for sequence abstractions.
PrototypicalFactory
          A prototypical factory creates instances of a specific type of copyable type based on a prototype supplied at construction time.
SequenceFactory
          A sequence factory provides a general creation method to create initialised sequences in a single step.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.