Uses of Package
sorter

Packages that use sorter
myShell It is the interface between CPS and the rest of the computer as well as the user : it reads configuration files, writes the results, a log file and contains the main method. 
sorter A package containing classes performing the splitsort itself, i.e performs a quicksort while asking the results of the comparisons to other parts of the software. 
 

Classes in sorter used by myShell
Comparator
          Uses several instances of SplitSort, one for each axis considered, to sort media.
 

Classes in sorter used by sorter
SplitSort
          Implements the splitsort, a quicksort in which comparisons are completely separated from the rest of the algorithm.