|
|||||||||
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.Set
public class Set
Object representing a set
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
protected |
Set()
implicit superconstructor. |
Method Summary | |
---|---|
void |
add(Atom atom)
from dt_add. |
void |
add(Bond bond)
from dt_add. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
boolean |
isMember(DaylightObject object)
from dt_member. |
void |
remove(Atom atom)
from dt_remove. |
void |
remove(Bond bond)
from dt_remove. |
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 Set() throws DaylightException
DaylightException
Method Detail |
---|
public void add(Atom atom) throws DaylightException
DaylightException
public void add(Bond bond) throws DaylightException
DaylightException
public void remove(Atom atom) throws DaylightException
DaylightException
public void remove(Bond bond) throws DaylightException
DaylightException
public boolean isMember(DaylightObject object) 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 |