public class CDKAtom
extends org.helm.chemtoolkit.IAtomBase
| Modifier and Type | Field and Description |
|---|---|
protected org.openscience.cdk.interfaces.IAtom |
atom |
protected List<CDKBond> |
bonds |
protected int |
boundCount |
protected int |
rGroup |
| Constructor and Description |
|---|
CDKAtom(org.openscience.cdk.interfaces.IAtom atom) |
CDKAtom(org.openscience.cdk.interfaces.IAtom atom,
int rGroup) |
CDKAtom(org.openscience.cdk.interfaces.IAtom atom,
int rGroup,
List<org.openscience.cdk.interfaces.IBond> bonds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(Object obj) |
int |
getIAtno() |
org.helm.chemtoolkit.IBondBase |
getIBond(int arg0) |
int |
getIBondCount() |
org.openscience.cdk.interfaces.IAtom |
getMolAtom() |
int |
getRgroup() |
void |
setRgroup(int rGroup) |
protected org.openscience.cdk.interfaces.IAtom atom
protected int rGroup
protected int boundCount
public CDKAtom(org.openscience.cdk.interfaces.IAtom atom)
atom - given atompublic CDKAtom(org.openscience.cdk.interfaces.IAtom atom,
int rGroup)
public CDKAtom(org.openscience.cdk.interfaces.IAtom atom,
int rGroup,
List<org.openscience.cdk.interfaces.IBond> bonds)
atom - given atomrGroup - given rgroupbonds - list of bondspublic org.openscience.cdk.interfaces.IAtom getMolAtom()
getMolAtom in class org.helm.chemtoolkit.IAtomBasepublic int getIBondCount()
getIBondCount in class org.helm.chemtoolkit.IAtomBasepublic org.helm.chemtoolkit.IBondBase getIBond(int arg0)
throws org.helm.chemtoolkit.CTKException
getIBond in class org.helm.chemtoolkit.IAtomBaseorg.helm.chemtoolkit.CTKExceptionpublic int getRgroup()
getRgroup in class org.helm.chemtoolkit.IAtomBasepublic int getIAtno()
getIAtno in class org.helm.chemtoolkit.IAtomBasepublic boolean compare(Object obj)
compare in class org.helm.chemtoolkit.IAtomBasepublic void setRgroup(int rGroup)
throws org.helm.chemtoolkit.CTKException
setRgroup in class org.helm.chemtoolkit.IAtomBaseorg.helm.chemtoolkit.CTKException - general ChemToolKit exception passed to HELMToolKitCopyright © 2017. All rights reserved.