|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Atom
public class Atom
Object representing an Atom
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Atom()
|
Method Summary | |
---|---|
Bond |
addBond(Atom toAtom,
BondType bondType)
from dt_addbond. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
int |
getArbitraryOrder()
from dt_arborder. |
int |
getAtomicNumber()
from dt_number. |
int |
getAtomicWeight()
from dt_weight. |
Bond |
getBond(Atom toAtom)
from dt_bond. |
Stream |
getChiralBonds(ChiralValue chiralValue)
from dt_chiseq. |
ChiralValue |
getChiralValue(Sequence sequence)
from dt_chival. |
Atom |
getConnectedAtom(Bond connectingBond)
from dt_xatom. |
int |
getFormalCharge()
from dt_charge. |
int |
getHydrogenCount()
from dt_hcount. |
int |
getImplicitHydrogenCount()
from dt_imp_hcount. |
static Atom |
getIsomericHydrogen()
from dt_isohydro. |
Substructure |
getReactionMapSet()
from dt_getmap. |
java.lang.String |
getSymbol()
from dt_symbol. |
int |
getSymmetryClass(boolean useIsomericSmiles)
from dt_symclass. |
int |
getSymmetryOrder(boolean useIsomericSmiles)
from dt_symorder. |
boolean |
inSameReactionMap(Atom atom)
from dt_mapped. |
boolean |
isAromatic()
from dt_aromatic. |
boolean |
isChiral()
from dt_ischiral. |
void |
makeReactionMapSeparate()
from dt_setmap. |
void |
remove()
|
void |
setArbitraryOrder(int value)
from dt_setarborder. |
void |
setAromatic(boolean aromatic)
from dt_setaromatic. |
void |
setAtomicNumber(int value)
from dt_setnumber. |
void |
setAtomicWeight(int value)
from dt_setweight. |
void |
setChiralValue(Sequence sequence,
ChiralValue chiralValue)
from dt_setchival. |
void |
setFormalCharge(int value)
from dt_setcharge. |
void |
setImplicitHydrogenCount(int value)
from dt_setimp_hcount. |
void |
setSameReactionMap(Atom atom)
from dt_setmap. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Atom()
Method Detail |
---|
public Bond addBond(Atom toAtom, BondType bondType) throws DaylightException
DaylightException
public void remove() throws DaylightException
DaylightException
public Bond getBond(Atom toAtom) throws DaylightException
DaylightException
public Atom getConnectedAtom(Bond connectingBond) throws DaylightException
DaylightException
public Stream getChiralBonds(ChiralValue chiralValue) throws DaylightException
chiralValue
- values are 'None', 'Tetrahedral', 'TetrahedralAl', 'SquarePlanar', 'TrigonalBipyramidal', 'Octahedral', 'TetrahedralAnticlockwise', and 'TetrahedralClockwise'
DaylightException
public ChiralValue getChiralValue(Sequence sequence) throws DaylightException
sequence
-
DaylightException
public void setChiralValue(Sequence sequence, ChiralValue chiralValue) throws DaylightException
DaylightException
public int getArbitraryOrder() throws DaylightException
DaylightException
public void setArbitraryOrder(int value) throws DaylightException
DaylightException
public int getAtomicNumber() throws DaylightException
DaylightException
public void setAtomicNumber(int value) throws DaylightException
DaylightException
public int getAtomicWeight() throws DaylightException
DaylightException
public void setAtomicWeight(int value) throws DaylightException
DaylightException
public int getFormalCharge() throws DaylightException
DaylightException
public void setFormalCharge(int value) throws DaylightException
DaylightException
public int getHydrogenCount() throws DaylightException
DaylightException
public int getImplicitHydrogenCount() throws DaylightException
DaylightException
public void setImplicitHydrogenCount(int value) throws DaylightException
DaylightException
public java.lang.String getSymbol() throws DaylightException
DaylightException
public int getSymmetryClass(boolean useIsomericSmiles) throws DaylightException
DaylightException
public int getSymmetryOrder(boolean useIsomericSmiles) throws DaylightException
DaylightException
public boolean isChiral() throws DaylightException
DaylightException
public boolean isAromatic() throws DaylightException
DaylightException
public void setAromatic(boolean aromatic) throws DaylightException
DaylightException
public Substructure getReactionMapSet() throws DaylightException
DaylightException
public boolean inSameReactionMap(Atom atom) throws DaylightException
DaylightException
public void setSameReactionMap(Atom atom) throws DaylightException
DaylightException
public void makeReactionMapSeparate() throws DaylightException
DaylightException
public static Atom getIsomericHydrogen() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |