Package org.helm.chemtoolkit.cdk
Class CDKBond
- java.lang.Object
-
- org.helm.chemtoolkit.cdk.CDKBond
-
- All Implemented Interfaces:
org.helm.chemtoolkit.IBondBase,org.helm.chemtoolkit.IChemObjectBase
public class CDKBond extends Object implements org.helm.chemtoolkit.IBondBase
- Author:
- chistyakov
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openscience.cdk.interfaces.IBondbondprotected List<org.openscience.cdk.interfaces.IBond>bondsprotected CDKStereoElementstereoElement
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openscience.cdk.interfaces.IBondgetAtomBond()org.helm.chemtoolkit.IAtomBasegetIAtom1()org.helm.chemtoolkit.IAtomBasegetIAtom2()org.helm.chemtoolkit.IStereoElementBasegetStereoElement()intgetType()
-
-
-
Field Detail
-
bond
protected org.openscience.cdk.interfaces.IBond bond
-
stereoElement
protected CDKStereoElement stereoElement
-
bonds
protected List<org.openscience.cdk.interfaces.IBond> bonds
-
-
Method Detail
-
getAtomBond
public org.openscience.cdk.interfaces.IBond getAtomBond()
-
getIAtom1
public org.helm.chemtoolkit.IAtomBase getIAtom1()
- Specified by:
getIAtom1in interfaceorg.helm.chemtoolkit.IBondBase
-
getIAtom2
public org.helm.chemtoolkit.IAtomBase getIAtom2()
- Specified by:
getIAtom2in interfaceorg.helm.chemtoolkit.IBondBase
-
getStereoElement
public org.helm.chemtoolkit.IStereoElementBase getStereoElement()
- Specified by:
getStereoElementin interfaceorg.helm.chemtoolkit.IBondBase
-
getType
public int getType()
- Specified by:
getTypein interfaceorg.helm.chemtoolkit.IBondBase
-
-