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

Uses of Package
dk.rode.thesis.adapter

Packages that use dk.rode.thesis.adapter
dk.rode.thesis.adapter Implementations and examples of the Adapter design pattern [Gamma95, p.139]. 
 

Classes in dk.rode.thesis.adapter used by dk.rode.thesis.adapter
AdaptedPolicy
          Additional policies for formatting SequenceAdapter objects into char sequences (not part of the core Adapter implementation).
AdapterDelegate
          An adapter delegate determines how a value of type S can be represented as type T.
SequenceAdapter
          The sequence adapter acts as a generic type adapter for sequence parameterised types, i.e. from Sequence<E> to Sequence<T>, by using an adapter delegate to perform the representation shift.
 


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.