com.daylight
Class PathSet

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DaylightObject
          extended by com.daylight.PathSet

public class PathSet
extends DaylightObject


Field Summary
 
Fields inherited from class com.daylight.DaylightCppObject
ref
 
Constructor Summary
protected PathSet()
          implicit superconstructor.
  PathSet(ConnectedAtomCollection molOrReaction)
          from dt_alloc_pathset.
 
Method Summary
 void add(Atom atom)
          from dt_add.
 void add(Bond bond)
          from dt_add.
 PathSet 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.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

PathSet

protected PathSet()
           throws DaylightException
implicit superconstructor.

Throws:
DaylightException

PathSet

public PathSet(ConnectedAtomCollection molOrReaction)
        throws DaylightException
from dt_alloc_pathset.

Throws:
DaylightException
Method Detail

copy

public PathSet copy()
             throws DaylightException
from dt_copy.

Throws:
DaylightException

add

public void add(Atom atom)
         throws DaylightException
from dt_add. Creates a Path, adds it to the PathSet and calls add on the new Path.

Throws:
DaylightException

add

public void add(Bond bond)
         throws DaylightException
from dt_add. Creates a Path, adds it to the PathSet and calls add on the new Path.

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 DaylightObject
Throws:
java.lang.Throwable