Package org.openscience.cdk.hash
Interface AtomHashGenerator
public interface AtomHashGenerator
A hash function which generates 64-bit hash codes for the atoms of a
molecule.
- Author:
- John May
-
Method Summary
Modifier and TypeMethodDescriptionlong[]generate(IAtomContainer container) Generate invariant 64-bit hash codes for the atoms of the molecule.
-
Method Details
-
generate
Generate invariant 64-bit hash codes for the atoms of the molecule.- Parameters:
container- a molecule- Returns:
- atomic hash codes
-