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

Uses of Class
dk.rode.thesis.factorymethod.Factory

Packages that use Factory
dk.rode.thesis.factorymethod Implementations and examples of the Factory Method design pattern [Gamma95, p.107]. 
 

Uses of Factory in dk.rode.thesis.factorymethod
 

Subclasses of Factory in dk.rode.thesis.factorymethod
 class TypedFactory<T,P>
          A generic factory that will create products of type T while only accepting constructor arguments of type P (for all arguments).
 

Method parameters in dk.rode.thesis.factorymethod with type arguments of type Factory
private static
<E> boolean
Main.testFactory(Log out, Sequence<E> sequence, int index, List<Factory<? extends Command<E>>> factories)
          Tests the factories supplied in factories that creates commands based on sequence as the single argument.
 


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.