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

Uses of Class
dk.rode.thesis.strategy.SequencePolicy

Packages that use SequencePolicy
dk.rode.thesis.strategy Implementations and examples of the Strategy design pattern [Gamma95, p.315]. 
dk.rode.thesis.templatemethod Implementations and examples of the Template Method design pattern [Gamma95, p.325]. 
dk.rode.thesis.visitor Implementations and examples of the Visitor design pattern [Gamma95, p.331]. 
 

Uses of SequencePolicy in dk.rode.thesis.strategy
 

Methods in dk.rode.thesis.strategy that return SequencePolicy
static SequencePolicy SequencePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SequencePolicy[] SequencePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SequencePolicy in dk.rode.thesis.templatemethod
 

Fields in dk.rode.thesis.templatemethod declared as SequencePolicy
protected static SequencePolicy SequenceTemplate.POLICY
          Policy use for logging of this sequence.
 

Uses of SequencePolicy in dk.rode.thesis.visitor
 

Fields in dk.rode.thesis.visitor declared as SequencePolicy
private  SequencePolicy LoggingVisitor.policy
          The policy used to format visited sequences.
 

Methods in dk.rode.thesis.visitor that return SequencePolicy
 SequencePolicy LoggingVisitor.getSequencePolicy()
          Return the currently used SequencePolicy by this log visitor to log each visited sequence.
 

Methods in dk.rode.thesis.visitor with parameters of type SequencePolicy
 void LoggingVisitor.setSequencePolicy(SequencePolicy policy)
          Sets the SequencePolicy to use by this log visitor to log each visited sequence to policy.
 

Constructors in dk.rode.thesis.visitor with parameters of type SequencePolicy
LoggingVisitor(SequencePolicy policy)
          Constructor.
 


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.