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

Uses of Class
dk.rode.thesis.singleton.SimpsonsFamilySequence

Packages that use SimpsonsFamilySequence
dk.rode.thesis.singleton Implementations and examples of the Singleton design pattern [Gamma95, p.127]. 
 

Uses of SimpsonsFamilySequence in dk.rode.thesis.singleton
 

Subclasses of SimpsonsFamilySequence in dk.rode.thesis.singleton
 class MutatedSimpsonsFamilySequence
          A mutated Simpsons family sequence is a sequence representing a random mutated sub-set of the primary family members in the one and only The Simpsons family.
 class SimpsonsAndBouvierFamilySequence
          A Simpsons and Bouvier family sequence is a singleton sequence representing the primary family members in the The Simpsons and Bouvier families.
 

Fields in dk.rode.thesis.singleton declared as SimpsonsFamilySequence
private static SimpsonsFamilySequence SimpsonsFamilySequence.Instance.instance
          The singleton instance.
 

Methods in dk.rode.thesis.singleton that return SimpsonsFamilySequence
 SimpsonsFamilySequence SimpsonsFamilySequence.copy()
          Returns this instance.
 SimpsonsFamilySequence MutatedSimpsonsFamilySequence.evilCreation()
          Tries to create a SimpsonsFamilySequence instance based on an off-limit constructor.
static SimpsonsFamilySequence SimpsonsFamilySequence.getFamily()
          Returns the SimpsonsFamilySequence singleton instance to use.
 

Constructors in dk.rode.thesis.singleton with parameters of type SimpsonsFamilySequence
SimpsonsFamilySequence(SimpsonsFamilySequence sequence)
          Sub-class copy constructor 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.