public class CDKBond extends Object implements org.helm.chemtoolkit.IBondBase
| Modifier and Type | Field and Description |
|---|---|
protected org.openscience.cdk.interfaces.IBond |
bond |
protected List<org.openscience.cdk.interfaces.IBond> |
bonds |
protected CDKStereoElement |
stereoElement |
| Constructor and Description |
|---|
CDKBond(org.openscience.cdk.interfaces.IBond bond) |
CDKBond(org.openscience.cdk.interfaces.IBond bond,
org.helm.chemtoolkit.IStereoElementBase stereo) |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.interfaces.IBond |
getAtomBond() |
org.helm.chemtoolkit.IAtomBase |
getIAtom1() |
org.helm.chemtoolkit.IAtomBase |
getIAtom2() |
org.helm.chemtoolkit.IStereoElementBase |
getStereoElement() |
int |
getType() |
protected org.openscience.cdk.interfaces.IBond bond
protected CDKStereoElement stereoElement
protected List<org.openscience.cdk.interfaces.IBond> bonds
public CDKBond(org.openscience.cdk.interfaces.IBond bond)
bond - given bondpublic CDKBond(org.openscience.cdk.interfaces.IBond bond,
org.helm.chemtoolkit.IStereoElementBase stereo)
public org.openscience.cdk.interfaces.IBond getAtomBond()
public org.helm.chemtoolkit.IAtomBase getIAtom1()
getIAtom1 in interface org.helm.chemtoolkit.IBondBasepublic org.helm.chemtoolkit.IAtomBase getIAtom2()
getIAtom2 in interface org.helm.chemtoolkit.IBondBasepublic org.helm.chemtoolkit.IStereoElementBase getStereoElement()
getStereoElement in interface org.helm.chemtoolkit.IBondBasepublic int getType()
getType in interface org.helm.chemtoolkit.IBondBaseCopyright © 2018. All rights reserved.