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

Uses of Class
dk.rode.thesis.command.SequenceCommand

Packages that use SequenceCommand
dk.rode.thesis.command Implementations and examples of the Command design pattern [Gamma95, p.233]. 
 

Uses of SequenceCommand in dk.rode.thesis.command
 

Subclasses of SequenceCommand in dk.rode.thesis.command
 class NextCommand<E>
          A next command command will invoke next() on its receiving sequence when it is executed.
 class ResetCommand<E>
          A reset command command will invoke reset() on its receiving sequence when it is executed.
 class ReverseCommand<E>
          A reserve command command will reverse a given sequence when it is executed, if possible.
 


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.