|
|||||||||
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.AtomBondCollection
com.daylight.ConnectedAtomCollection
com.daylight.Molecule
public class Molecule
Object representing a molecule
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Molecule()
from dt_allocmol. |
|
Molecule(java.lang.String smiles)
from dt_smilein. |
|
Molecule(java.lang.String smiles,
boolean addExplicitHydrogens)
from dt_smilin_addh. |
Method Summary | |
---|---|
Atom |
addAtom(int atomicNumber,
int hydrogenCount)
from dt_addatom. |
Molecule |
copy()
from dt_copy. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Methods inherited from class com.daylight.AtomBondCollection |
---|
generateFingerprint, getAtomCount, partialFingerprint, partialFingerprint |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Molecule() throws DaylightException
DaylightException
public Molecule(java.lang.String smiles) throws DaylightException
DaylightException
public Molecule(java.lang.String smiles, boolean addExplicitHydrogens) throws DaylightException
DaylightException
Method Detail |
---|
public Molecule copy() throws DaylightException
DaylightException
public Atom addAtom(int atomicNumber, int hydrogenCount) throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class ConnectedAtomCollection
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |