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

Uses of Package
dk.rode.thesis.templatemethod

Packages that use dk.rode.thesis.templatemethod
dk.rode.thesis.templatemethod Implementations and examples of the Template Method design pattern [Gamma95, p.325]. 
 

Classes in dk.rode.thesis.templatemethod used by dk.rode.thesis.templatemethod
FileSequence
          A file sequence delivers byte arrays as sequence values, where each array corresponds to the contents of the current file or directory in a given directory.
NegativeSequence
          A negative sequence represents a perhaps bounded integer value that is decreased with each call to next(), starting at minus one.
SequenceTemplate
          A sequence template forms a template for sequences requiring several steps to construct, deliver, and dispose sequence values.
SequenceValueException
          A sequence value exception is thrown by a sequence template in case of value related errors, such as initialisation error, a next value cannot be delivered, or if the sequence is closed.
ZipSequence
          A zip sequence delivers input streams as sequence values, where each stream correspond to the current zip file entry.
 


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.