Package chemaxon.jep
Interface FingerprintGenerator
Fingerprint generator used in Chemical Terms match functions.
- Since:
- Marvin 5.1
-
Method Summary
Modifier and TypeMethodDescriptionint[]
getFingerprint
(Molecule mol) Returns the fingerprint of the structure.
-
Method Details
-
getFingerprint
Returns the fingerprint of the structure.- Parameters:
mol
- is the molecule- Returns:
- the fingerprint
-