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

Uses of Interface
dk.rode.thesis.abstractfactory.SequenceFactory

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

Uses of SequenceFactory in dk.rode.thesis.abstractfactory
 

Classes in dk.rode.thesis.abstractfactory that implement SequenceFactory
 class PrototypicalSequenceFactory<E>
          A prototypical sequence factory creates sequences based on a prototype supplied at construction time.
 class StandardFactory<E,P>
          A standard factory can create sequence abstractions as well as the sequence value generators used as the implementations for the abstractions, and further more provides a convenient creation method to create sequences in a single step.
 

Methods in dk.rode.thesis.abstractfactory with parameters of type SequenceFactory
private static
<E,P> Sequence<E>
Main.testSequenceFactory(Log out, String index, SequenceFactory<E,P> factory, P argument)
          Test sequence factories.
 


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.