public class StereoChange
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
StereoChange(IStereoAndConformation rAtomStereo,
IStereoAndConformation pAtomStereo,
org.openscience.cdk.interfaces.IAtom rAtom,
org.openscience.cdk.interfaces.IAtom pAtom) |
Modifier and Type | Method and Description |
---|---|
org.openscience.cdk.interfaces.IAtom |
getProductAtom() |
IStereoAndConformation |
getProductAtomStereo() |
org.openscience.cdk.interfaces.IAtom |
getReactantAtom() |
IStereoAndConformation |
getReactantAtomStereo() |
java.lang.String |
toString() |
public StereoChange(IStereoAndConformation rAtomStereo, IStereoAndConformation pAtomStereo, org.openscience.cdk.interfaces.IAtom rAtom, org.openscience.cdk.interfaces.IAtom pAtom)
rAtomStereo
- pAtomStereo
- rAtom
- pAtom
- public java.lang.String toString()
toString
in class java.lang.Object
public IStereoAndConformation getReactantAtomStereo()
public IStereoAndConformation getProductAtomStereo()
public org.openscience.cdk.interfaces.IAtom getReactantAtom()
public org.openscience.cdk.interfaces.IAtom getProductAtom()