Package org.openscience.cdk.interfaces
Interface IMapping
- All Superinterfaces:
Cloneable,ICDKObject,IChemObject
- All Known Implementing Classes:
DebugMapping,Mapping,Mapping
Represents a mapping of two atoms.
- Author:
- kaihartmann
- Created on:
- 2006-02-15
-
Field Summary
Fields inherited from interface org.openscience.cdk.interfaces.IChemObject
ALIPHATIC, AROMATIC, CONJUGATED, HYDROGEN_BOND_ACCEPTOR, HYDROGEN_BOND_DONOR, IN_RING, MAPPED, MARKUSH, NOT_IN_RING, PLACED, REACTIVE_CENTER, SINGLE_OR_DOUBLE, TYPEABLE, VISITED -
Method Summary
Modifier and TypeMethodDescriptiongetChemObject(int pos) Retrieve the first or second of the related IChemObjects.Returns anIterableto the two IChemObjects.Methods inherited from interface org.openscience.cdk.interfaces.ICDKObject
getBuilderMethods inherited from interface org.openscience.cdk.interfaces.IChemObject
addListener, addProperties, clear, clone, flags, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, is, notifyChanged, notifyChanged, removeListener, removeProperty, set, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
-
Method Details
-
getChemObject
Retrieve the first or second of the related IChemObjects.- Parameters:
pos- The position of the IChemObject.- Returns:
- The IChemObject to retrieve.