public abstract class IAtomBase extends Object implements IChemObjectBase
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMolecule.Flag |
flag |
| Constructor and Description |
|---|
IAtomBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
compare(Object obj) |
AbstractMolecule.Flag |
getFlag() |
abstract int |
getIAtno() |
abstract IBondBase |
getIBond(int arg0) |
abstract int |
getIBondCount() |
abstract Object |
getMolAtom() |
abstract int |
getRgroup() |
void |
setFlag(AbstractMolecule.Flag flag) |
abstract void |
setRgroup(int rGroup) |
protected AbstractMolecule.Flag flag
public abstract int getIBondCount()
public abstract IBondBase getIBond(int arg0) throws CTKException
CTKExceptionpublic abstract int getRgroup()
public abstract int getIAtno()
public abstract void setRgroup(int rGroup)
throws CTKException
CTKExceptionpublic abstract Object getMolAtom()
public abstract boolean compare(Object obj)
public void setFlag(AbstractMolecule.Flag flag)
public AbstractMolecule.Flag getFlag()
Copyright © 2016. All rights reserved.