|
|||||||||
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.Reaction
public class Reaction
Object representing a reaction
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Reaction()
from dt_alloc_reaction. |
|
Reaction(java.lang.String smiles)
from dt_smilin. |
Method Summary | |
---|---|
Molecule |
addComponent(Molecule molecule,
Role role)
from dt_addcomponent. |
Reaction |
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. |
Fingerprint |
getDifferenceFingerprint(int minStep,
int maxStep,
int size)
from dt_fp_differencefp. |
Role |
getRole(Atom atom)
from dt_getrole. |
Role |
getRole(Bond bond)
from dt_getrole. |
Role |
getRole(Cycle cycle)
from dt_getrole. |
Role |
getRole(Molecule molecule)
from dt_getrole. |
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 Reaction() throws DaylightException
DaylightException
public Reaction(java.lang.String smiles) throws DaylightException
DaylightException
Method Detail |
---|
public Reaction copy() throws DaylightException
DaylightException
public Fingerprint getDifferenceFingerprint(int minStep, int maxStep, int size) throws DaylightException
DaylightException
public Molecule addComponent(Molecule molecule, Role role) throws DaylightException
DaylightException
public Role getRole(Atom atom) throws DaylightException
DaylightException
public Role getRole(Bond bond) throws DaylightException
DaylightException
public Role getRole(Cycle cycle) throws DaylightException
DaylightException
public Role getRole(Molecule molecule) 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 |