Interface | Description |
---|---|
IndexProjector |
Index projection between a master index and a client index.
|
MasterMoleculeStorage |
Master molecule storage is a space efficient storage for Molecules.
|
MasterStorage<T> |
Master structure storage represents the molecules from a repository.
|
MasterStorages.MasterStorageBuilder<T> |
Builder class for a master storage.
|
MasterStringStorage |
Convenience interface.
|
MoleculeCallback |
Callback executed on each molecules.
|
MoleculeCallbacks.CountingMoleculeCallback |
Error counting callback.
|
StandardizerWrapper |
Wrap
Standardizer for the similarity subsystem. |
StructureRecord |
Wraps an imported molecule.
|
Updater<D extends Descriptor> |
Updater allows the insertion of structures/descriptors to the similarity subsystem. |
Class | Description |
---|---|
AllAbsentMasterMoleculeStorage |
All absent
MasterMoleculeStorage implementation. |
CompactStringStorage |
Concatenated UTF-8 byte array backed master String storage.
|
CompactStringStorage.Builder |
Builder class.
|
IndexProjectors |
Utilities for index projection.
|
IndexProjectors.IndexProjectorBuilder |
Plain index projector builder.
|
IndexProjectors.IndexProjectorMcb |
Projector builder over molecule callbacks.
|
MasterMoleculeStorageImpl |
Master molecule storage is a space efficient storage for Molecules.
|
MasterStorages |
Helper method for managing
MasterStorages instances. |
MasterStorages.MoleculeCallbackBuilder |
Molecule callback based builder.
|
MoleculeCallbacks |
MoleculeCallback related utilities. |
MoleculeCallbacks.IndexToNameStoringCallback |
A callback storing indexes.
|
PropertyCollectorCallback |
Build storage for molecular properties.
|
StandardizerWrappers |
Provide utility methods for
StandardizerWrapper . |
StructureRecordIterator |
Class encapsulating MRecordReader.
|
Util |
IO related utilities.
|