|
Class Summary |
| CreateDB |
This is a helper class which calls all the classes in the right order to create the database from scratch |
| PersistDatabase |
This class creates the structure of the database so that the data can then be added to it. |
| PersistDomainInteractions |
This class stores all the domain-domain interactions in the database and puts them in a usefull container for quick look up based on family classification. |
| PersistEntries |
This class gets out all the relevant information from the MSD which needs to be querried in a fast manner and stores the info in the JDO database. |
| PersistOritentationInteractions |
This class reads in all of the results of files generated by PIP.IO.CreatePeripheralData.GenerateOrientationFiles and
reads the results into objects which are then persisted in the databse. |
| PersistPeripheral |
To reduce the storage space of repeated data within the database all of the atom and residue names are |