@PublicAPI public interface Transformer
Molecule
.Modifier and Type | Method and Description |
---|---|
com.chemaxon.search.transformation.AtomIndexMapper |
transform(Molecule mol)
Transforms a
Molecule . |
com.chemaxon.search.transformation.AtomIndexMapper transform(Molecule mol) throws com.chemaxon.search.transformation.TransformationException
Transforms a Molecule
. The molecule object is changed during the transformation, the mappings between old
and new atom indexes are returned by the transformation.
mol
- the moleculeAtomIndexMapper
between old and new atom indexesTransformationException
- if there is an error during the transformation