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

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

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

Uses of SequenceTypeVisitor in dk.rode.thesis.visitor
 

Classes in dk.rode.thesis.visitor that implement SequenceTypeVisitor
 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.
 

Methods in dk.rode.thesis.visitor with parameters of type SequenceTypeVisitor
<P> void
VisitableReversiblePrimeSequence.accept(SequenceTypeVisitor<P> visitor, P argument)
           
<P> void
VisitableLongSequence.accept(SequenceTypeVisitor<P> visitor, P argument)
           
<P> void
VisitableCompositeSequence.accept(SequenceTypeVisitor<P> visitor, P argument)
           
<P> void
TypeVisitableSequence.accept(SequenceTypeVisitor<P> visitor, P argument)
          Visits this visitable sequence using the type visitor supplied as visitor.
<P> void
AbstractVisitableSequence.accept(SequenceTypeVisitor<P> visitor, P argument)
           
<P> void
SimpleScanner.scan(TypeVisitableSequence<?> sequence, SequenceTypeVisitor<P> visitor, P argument)
           
<P> void
SequenceTypeScanner.scan(TypeVisitableSequence<?> sequence, SequenceTypeVisitor<P> visitor, P argument)
          Performs the traversal of the sequence structure starting with sequence using the type visitor supplied as visitor.
 


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.