Package chemaxon.jep
Interface FingerprintGenerator
-
@PublicAPI public interface FingerprintGenerator
Fingerprint generator used in Chemical Terms match functions.- Since:
- Marvin 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getFingerprint(Molecule mol)
Returns the fingerprint of the structure.
-
-
-
Method Detail
-
getFingerprint
int[] getFingerprint(Molecule mol)
Returns the fingerprint of the structure.- Parameters:
mol
- is the molecule- Returns:
- the fingerprint
-
-