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

Uses of Class
dk.rode.thesis.facade.RandomSequence

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

Uses of RandomSequence in dk.rode.thesis.facade
 

Subclasses of RandomSequence in dk.rode.thesis.facade
(package private)  class UnboundedRandomSequence
          An unbounded random sequence returns a pseudo integer random number with each call to UnboundedRandomSequence.next() with no upper bound.
 

Methods in dk.rode.thesis.facade that return RandomSequence
 RandomSequence RandomSequence.copy()
           
 

Constructors in dk.rode.thesis.facade with parameters of type RandomSequence
RandomSequence(RandomSequence sequence)
          Copy constructor.
 

Uses of RandomSequence in dk.rode.thesis.visitor
 

Subclasses of RandomSequence in dk.rode.thesis.visitor
 class VisitableRandomSequence
          A visitable random sequence is a RandomSequence that is value visitable only using the SequenceValueVisitor.visitIntegerValued(Sequence, Object) visitation method.
 

Constructors in dk.rode.thesis.visitor with parameters of type RandomSequence
VisitableRandomSequence(RandomSequence sequence)
          Copy 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.