0.8
Sorting media using crowdsourcing.   
Doxygen
LIRIS
Classes

Package 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. More...

Classes

class  MediaBase
 Allows to retrieve the names of the media to sort as well as other characteristics specified in the media.xml file. More...<../..>
class  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. More...<../..>

Detailed Description

Provides classes storing and allowing the fast retrieving of several types of information using a MySQL database or the content of an xml file.

This package contains two classes : MySQLbase and MediaBase. These classes are used to store and retrieve information, and, therefore, can also provide an "<em>exchange area</em>" for other objects to communicate. MySQLbase plays such a role : it saves comparisons results to avoid submitting them twice but also allows an object to write them and another to read them, thus serving as a buffer between the two.

 All Classes Namespaces Files Functions Variables