Interface IMapping

  • All Superinterfaces:
    Cloneable, ICDKObject, IChemObject

    public interface IMapping
    extends IChemObject
    Represents a mapping of two atoms.
    Author:
    kaihartmann
    Source code:
    main
    Belongs to CDK module:
    interfaces
    Created on:
    2006-02-15
    • Method Detail

      • getChemObject

        IChemObject getChemObject​(int pos)
        Retrieve the first or second of the related IChemObjects.
        Parameters:
        pos - The position of the IChemObject.
        Returns:
        The IChemObject to retrieve.