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

Uses of Interface
dk.rode.thesis.state.StepSequence

Packages that use StepSequence
dk.rode.thesis.state Implementations and examples of the State design pattern [Gamma95, p.305]. 
 

Uses of StepSequence in dk.rode.thesis.state
 

Classes in dk.rode.thesis.state that implement StepSequence
(package private)  class EvenSequence
          The even sequence represents the state generating even step sequence values.
(package private)  class OddSequence
          The odd sequence represents the state generating odd step sequence values.
(package private)  class StepSequenceImpl
          An abstract class representing the basic traits of the StepSequence interface.
 

Methods in dk.rode.thesis.state that return StepSequence
static StepSequence StepSequence.Factory.create(int step, int value)
          Creates a new step sequence using a step of step and starting with the initial value supplied as value.
 


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.