Uses of Class
org.episteme.natural.chemistry.Compound
Packages that use Compound
-
Uses of Compound in org.episteme.natural.chemistry.loaders
Subclasses with type arguments of type Compound in org.episteme.natural.chemistry.loadersModifier and TypeClassDescriptionclassModernized loader for the PubChem chemical compound database.Methods in org.episteme.natural.chemistry.loaders that return CompoundModifier and TypeMethodDescriptionprotected CompoundPubChemReader.loadFromSource(String resourceId) Methods in org.episteme.natural.chemistry.loaders that return types with arguments of type CompoundModifier and TypeMethodDescriptionPubChemReader.fetchByCid(long cid) Fetches compound by PubChem CID.PubChemReader.fetchBySmiles(String smiles) Fetches compound by SMILES string.PubChemReader.getResourceType()