Uses of Package
myDataBases

Packages that use myDataBases
crowdUser This package contains classes allowing CPS to harness CrowdFlower's crowdsourced-obtained results as well as uploading new jobs. 
myDataBases Provides classes storing and allowing the fast retrieving of several types of information using a MySQL database or the content of an xml file and a directory. 
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 myDataBases used by crowdUser
MediaBase
          Allows to retrieve the names of the media to sort as well as other characteristics specified in the media.xml file.
MySQLbase
          An instance of this class is used to avoid submitting unnecessary comparisons by saving former results as well as to allow a fast retrieval of these comparison results.
 

Classes in myDataBases used by myDataBases
MediaBase
          Allows to retrieve the names of the media to sort as well as other characteristics specified in the media.xml file.
 

Classes in myDataBases used by myShell
MediaBase
          Allows to retrieve the names of the media to sort as well as other characteristics specified in the media.xml file.
MySQLbase
          An instance of this class is used to avoid submitting unnecessary comparisons by saving former results as well as to allow a fast retrieval of these comparison results.
 

Classes in myDataBases used by sorter
MySQLbase
          An instance of this class is used to avoid submitting unnecessary comparisons by saving former results as well as to allow a fast retrieval of these comparison results.