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

Uses of Class
dk.rode.thesis.state.StepSequenceImpl

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

Uses of StepSequenceImpl in dk.rode.thesis.state
 

Subclasses of StepSequenceImpl in dk.rode.thesis.state
(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.
 

Fields in dk.rode.thesis.state declared as StepSequenceImpl
private  StepSequenceImpl Handler.sequence
          The current sequence target.
 

Methods in dk.rode.thesis.state that return StepSequenceImpl
(package private)  StepSequenceImpl OddSequence.flip()
           
(package private)  StepSequenceImpl EvenSequence.flip()
           
(package private) abstract  StepSequenceImpl StepSequenceImpl.flip()
          Flips this sequence from even to odd or vice versa.
 

Constructors in dk.rode.thesis.state with parameters of type StepSequenceImpl
EvenSequence(StepSequenceImpl sequence)
          Copy constructor.
OddSequence(StepSequenceImpl sequence)
          Copy constructor.
StepSequenceImpl(StepSequenceImpl 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.