Class SortFactory

java.lang.Object
  |
  +--SortFactory

public class SortFactory
extends Object

Creates sort algorithms for use in the sort analyzer.


Constructor Summary
SortFactory()
           
 
Method Summary
static void addSorts(SortAnalyzer anAnalyzer)
          Adds sort algorithms to the given analyzer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortFactory

public SortFactory()
Method Detail

addSorts

public static void addSorts(SortAnalyzer anAnalyzer)
Adds sort algorithms to the given analyzer.

Parameters:
anAnalyzer - analyzer to receive algorithms