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

Uses of Interface
dk.rode.thesis.visitor.SequenceVisitor

Packages that use SequenceVisitor
dk.rode.thesis.visitor Implementations and examples of the Visitor design pattern [Gamma95, p.331]. 
 

Uses of SequenceVisitor in dk.rode.thesis.visitor
 

Subinterfaces of SequenceVisitor in dk.rode.thesis.visitor
 interface SequenceTypeVisitor<P>
          A sequence type visitor visits a sequence based on its actual type, for example ReversibleSequence or MemorizableSequence.
 interface SequenceValueVisitor<P>
          A sequence value visitor visits a sequence based on the type of values it deliver, for example Integer or Date.
 

Classes in dk.rode.thesis.visitor that implement SequenceVisitor
 class CountingVisitor
          A counting visitor counts the different types of value visitable sequences encountered during traversal, and is thus independent of any given scanner implementation.
 class LoggingVisitor
          A logging visitor logs each visited sequence to a log supplied at execution time using a given sequence policy supplied at construction time.
 class TypeVisitor
          A type visitor collects visited sequences based on acceptance of specific sequence types.
 


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.