com.daylight
Class Set

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DaylightObject
          extended by com.daylight.AtomBondCollection
              extended by com.daylight.Set
Direct Known Subclasses:
Path, Substructure

public class Set
extends AtomBondCollection

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 com.daylight.DaylightObject
appendStringProperty, checkProgramLicense, checkToolkitLicense, clearErrors, disableVirtualHandles, equals, getAdjunct, getAncestor, getBase, getBooleanProperty, getChiralClass, getChiralOrder, getCount, getErrors, getExistingObjectCount, getHandleProperty, getIntegerProperty, getParent, getPropertyNames, getPropertyType, getRealProperty, getRuntimeLibraryCreationDate, getRuntimeLibraryVersion, getStream, getStringProperty, getType, getTypename, getUniqueId, getUniqueIdRange, getWorstErrorType, hashCode, isNullObject, mpInitialize, mpLock, mpTrylock, mpUnlock, saveError, setAdjunct, setBooleanProperty, setHandleProperty, setIntegerProperty, setRealProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Set

protected Set()
       throws DaylightException
implicit superconstructor.

Throws:
DaylightException
Method Detail

add

public void add(Atom atom)
         throws DaylightException
from dt_add.

Throws:
DaylightException

add

public void add(Bond bond)
         throws DaylightException
from dt_add.

Throws:
DaylightException

remove

public void remove(Atom atom)
            throws DaylightException
from dt_remove.

Throws:
DaylightException

remove

public void remove(Bond bond)
            throws DaylightException
from dt_remove.

Throws:
DaylightException

isMember

public boolean isMember(DaylightObject object)
                 throws DaylightException
from dt_member.

Throws:
DaylightException

finalize

protected void finalize()
                 throws java.lang.Throwable
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Overrides:
finalize in class AtomBondCollection
Throws:
java.lang.Throwable