|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MyDirectory | |
---|---|
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. |
Uses of MyDirectory in crowdUser |
---|
Fields in crowdUser declared as MyDirectory | |
---|---|
private MyDirectory |
CrowdManager.dbMedia
The MyDirectory instance in which the names of the media are stored |
Constructors in crowdUser with parameters of type MyDirectory | |
---|---|
CrowdManager(MySQLbase baseSQL,
MyDirectory baseDIR,
java.util.List<java.lang.String> fieldsHardData)
Creates an instance of the CrowdManager class. |
Uses of MyDirectory in myDataBases |
---|
Methods in myDataBases with parameters of type MyDirectory | |
---|---|
void |
MySQLbase.insertResultsInSQL(java.util.List<java.lang.String[]> entries,
MyDirectory dbNames)
Inserts the content of entries in the results table of the MySQL database. |
Uses of MyDirectory in myShell |
---|
Fields in myShell declared as MyDirectory | |
---|---|
private MyDirectory |
Interpreter.mediaBase
The MyDirectory in which the names and other characteristics of the media sorted are stored. |
Constructors in myShell with parameters of type MyDirectory | |
---|---|
Interpreter(MyDirectory database)
Creates an Interpreter instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |