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

Uses of Class
dk.rode.thesis.memento.MemorizableException

Packages that use MemorizableException
dk.rode.thesis.bridge Implementations and examples of the Bridge design pattern [Gamma95, p.151]. 
dk.rode.thesis.memento Implementations and examples of the Memento design pattern [Gamma95, p.283]. 
 

Uses of MemorizableException in dk.rode.thesis.bridge
 

Methods in dk.rode.thesis.bridge that throw MemorizableException
 void MemorizableSequenceAbstraction.setMemorizableState(SequenceMemento<E> memento)
           
 

Uses of MemorizableException in dk.rode.thesis.memento
 

Methods in dk.rode.thesis.memento that throw MemorizableException
 void MemorizableSequence.setMemorizableState(SequenceMemento<E> memento)
          Updates this sequence to the state supplied as memento.
 void RangeSequence.setMemorizableState(SequenceMemento<Integer> memento)
           
 void MemorizableEnglishAlphabetSequence.setMemorizableState(SequenceMemento<String> memento)
           
 


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.