Interface MolInput

All Superinterfaces:
DissimilarityInput

Deprecated, for removal: This API element is subject to removal in a future version.
Dissimilarity input implementation which can retrieve underlying Molecules.

Use MolInputBuilder to construct an instance for Molecule 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

    Modifier and Type
    Method
    Description
    getMolecule(int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieve a structure.

    Methods inherited from interface com.chemaxon.clustering.common.DissimilarityInput

    dissimilarity, getMetricMetadata, size
  • Method Details

    • getMolecule

      Molecule getMolecule(int index)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Retrieve a structure.
      Parameters:
      index - Structure index
      Returns:
      Represented structure