| Class | Description |
|---|---|
| CreateDatabaseTask |
CreateDatabaseTask extends javafx.concurrent.Task class in order to run
the generation of a database from a helm textfile in a new thread.
|
| Database |
This database singleton class implements methods to work with a SQLite
database while doing similarity search.
|
| ExportTask |
ExportTask class extends javafx.concurrent.Task and runs the task to export
results in a new thread.
|
| FileToDatabase |
FromFileToDatabase class takes a text file with helm notations and stores the
notations in a SQLite database.
|
| Input |
Input class handles the input section of the user interface.
|
| Main |
Main class to set the layout of the user interface and its node positions
within the stage.
|
| Options |
Options class handles the options section of the user interface.
|
| Results |
Results class handles the result section of the user interface.
|
| ResultUnit |
ResultUnit class specifies the three parts of one Result Unit:
id, notation, tanimoto.
|
| SimilaritySearch |
SimilaritySearch class is to start a new thread of SimilaritySearchTask.
|
| SimilaritySearchTask |
SimilaritySearch class to perform the algorithm of calculating the similarity
of a query helm notation and a database of more helm notations in the
following steps
1.
|
Copyright © 2018. All rights reserved.