com.daylight
Class Path

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DaylightObject
          extended by com.daylight.AtomBondCollection
              extended by com.daylight.Set
                  extended by com.daylight.Path

public class Path
extends Set

Object representing a path


Field Summary
 
Fields inherited from class com.daylight.DaylightCppObject
ref
 
Constructor Summary
Path(ConnectedAtomCollection molOrReaction)
          from dt_alloc_path.
 
Method Summary
 Path 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.Set
add, add, isMember, remove, 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

Path

public Path(ConnectedAtomCollection molOrReaction)
     throws DaylightException
from dt_alloc_path.

Throws:
DaylightException
Method Detail

copy

public Path copy()
          throws DaylightException
from dt_copy.

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