Package com.chemaxon.clustering.common
Interface MolInput
-
- All Superinterfaces:
DissimilarityInput
@Beta @PublicAPI public interface MolInput extends DissimilarityInput
Dissimilarity input implementation which can retrieve underlying Molecules. UseMolInputBuilder
to construct an instance forMolecule
objects.Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Molecule
getMolecule(int index)
Retrieve a structure.-
Methods inherited from interface com.chemaxon.clustering.common.DissimilarityInput
dissimilarity, getMetricMetadata, size
-
-
-
-
Method Detail
-
getMolecule
Molecule getMolecule(int index)
Retrieve a structure.- Parameters:
index
- Structure index- Returns:
- Represented structure
-
-