|
|||||||||
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
public class ConnectedAtomCollection
A collection of atoms joined by bonds
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
protected |
ConnectedAtomCollection()
implicit superconstructor. |
Method Summary | |
---|---|
void |
addImplicitHydrogens(boolean allNonSpecialHydrogens)
from dt_addh. |
void |
convertToGraphRepresentation()
from dt_molgraph. |
Conformation |
createConformation()
from dt_alloc_conformation. |
Depiction |
createDepiction()
from dt_alloc_depiction. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
java.lang.String |
getArbitrarySmiles(boolean includeIsomericInfo)
from dt_arbsmiles. |
Stream |
getArbitraryStream(DaylightObjectType type,
boolean includeIsomericInfo,
boolean addOrdinaryHydrogens)
from dt_arbstream. |
java.lang.String |
getCanonicalSmiles(boolean includeIsomericInfo)
from dt_cansmiles. |
Stream |
getCanonicalStream(DaylightObjectType type,
boolean includeIsomericInfo,
boolean addOrdinaryHydrogens)
from dt_canstream. |
java.lang.String |
getExchangeSmiles(boolean includeIsomericInfo,
boolean showImplicitProperties)
from dt_xsmiles. |
Stream |
getOriginalStream(DaylightObjectType type)
from dt_origstream. |
java.lang.String |
getOriginatingSmiles()
from dt_info. |
boolean |
isModifiable()
from dt_mod_is_on. |
void |
setModifiable(boolean value)
from dt_mod_off and dt_mod_on. |
void |
suppressImplicitHydrogens(boolean allNonSpecialHydrogens)
from dt_suppressh. |
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 |
---|
protected ConnectedAtomCollection() throws DaylightException
DaylightException
Method Detail |
---|
public java.lang.String getArbitrarySmiles(boolean includeIsomericInfo) throws DaylightException
DaylightException
public java.lang.String getCanonicalSmiles(boolean includeIsomericInfo) throws DaylightException
DaylightException
public java.lang.String getExchangeSmiles(boolean includeIsomericInfo, boolean showImplicitProperties) throws DaylightException
DaylightException
public java.lang.String getOriginatingSmiles() throws DaylightException
DaylightException
public Stream getOriginalStream(DaylightObjectType type) throws DaylightException
DaylightException
public Stream getArbitraryStream(DaylightObjectType type, boolean includeIsomericInfo, boolean addOrdinaryHydrogens) throws DaylightException
DaylightException
public Stream getCanonicalStream(DaylightObjectType type, boolean includeIsomericInfo, boolean addOrdinaryHydrogens) throws DaylightException
DaylightException
public Conformation createConformation() throws DaylightException
DaylightException
public Depiction createDepiction() throws DaylightException
DaylightException
public void addImplicitHydrogens(boolean allNonSpecialHydrogens) throws DaylightException
DaylightException
public void suppressImplicitHydrogens(boolean allNonSpecialHydrogens) throws DaylightException
DaylightException
public boolean isModifiable() throws DaylightException
DaylightException
public void setModifiable(boolean value) throws DaylightException
DaylightException
public void convertToGraphRepresentation() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class AtomBondCollection
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |