A C D E F G H I K L M N O P Q R S T U

S

save(Boolean) - Static method in class myShell.MainClass
Saves the results, either intermediary ones if finished is false or final ones if it is true.
setLastJob(Integer) - Static method in class myShell.Interpreter
Saves a job identifier in the '..
signature(String, String, String) - Method in class crowdUser.Refiner
Returns the "signature" of a comparison, a String identifying it without ambiguity.
smaller - Variable in class crowdUser.CrowdManager
The ID of the media alleged to be "smaller".
smaller - Variable in class sorter.SplitSort
Contains all the pivots used in the current iteration of the quicksort.
sorted - Variable in class sorter.SplitSort
Contains the elements to be sorted in a list of arrays.
sorter - package 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.
sorters - Variable in class sorter.Comparator
This map must have the following structure : [ key = axis considered, element = instance of SplitSort in charge of sorting media along this axis ].
sortIteration() - Method in class sorter.Comparator
Performs the first part of a quicksort iteration.
SplitSort - Class in sorter
Implements the splitsort, a quicksort in which comparisons are completely separated from the rest of the algorithm.
SplitSort(List<Integer[]>, Integer) - Constructor for class sorter.SplitSort
Creates an instance of SplitSort and sets all of its attribute.
sqlBase - Variable in class sorter.Comparator
The MySQLbase database from which comparisons will be retrieved.
sqlFile() - Static method in class myShell.MainClass
Creates a .sql file allowing the creation of the database and the tables necessary for CPS.

A C D E F G H I K L M N O P Q R S T U