|
|||||||||
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.Transform
public class Transform
Object representing a transform
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Transform(java.lang.String smirks)
from dt_smirkin. |
Method Summary | |
---|---|
Transform |
copy()
from dt_copy. |
Sequence |
exclusiveTransform(Molecule mol,
TransformDirection direction,
int maxMatches)
from dt_xtransform. |
Sequence |
exclusiveTransform(Sequence molSequence,
TransformDirection direction,
int maxMatches)
from dt_xtransform. |
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 |
getOriginatingSmirks()
from dt_info. |
Pattern |
getPattern(Role role)
from dt_pattern. |
Sequence |
transform(Molecule mol,
TransformDirection direction,
boolean nonExhaustive)
from dt_transform. |
Sequence |
transform(Sequence molSequence,
TransformDirection direction,
boolean nonExhaustive)
from dt_transform. |
Sequence |
uniqueTransform(Molecule mol,
TransformDirection direction,
boolean nonExhaustive)
from dt_utransform. |
Sequence |
uniqueTransform(Sequence molSequence,
TransformDirection direction,
boolean nonExhaustive)
from dt_utransform. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transform(java.lang.String smirks) throws DaylightException
DaylightException
Method Detail |
---|
public Transform copy() throws DaylightException
DaylightException
public java.lang.String getOriginatingSmirks() throws DaylightException
DaylightException
public Pattern getPattern(Role role) throws DaylightException
DaylightException
public Sequence transform(Molecule mol, TransformDirection direction, boolean nonExhaustive) throws DaylightException
mol
- direction
- values are 'Forward' or 'Reverse'
DaylightException
public Sequence transform(Sequence molSequence, TransformDirection direction, boolean nonExhaustive) throws DaylightException
molSequence
- direction
- values are 'Forward' or 'Reverse'nonExhaustive
-
DaylightException
public Sequence uniqueTransform(Molecule mol, TransformDirection direction, boolean nonExhaustive) throws DaylightException
mol
- direction
- values are 'Forward' or 'Reverse'nonExhaustive
-
DaylightException
public Sequence uniqueTransform(Sequence molSequence, TransformDirection direction, boolean nonExhaustive) throws DaylightException
molSequence
- direction
- values are 'Forward' or 'Reverse'nonExhaustive
-
DaylightException
public Sequence exclusiveTransform(Molecule mol, TransformDirection direction, int maxMatches) throws DaylightException
mol
- direction
- values are 'Forward' or 'Reverse'maxMatches
-
DaylightException
public Sequence exclusiveTransform(Sequence molSequence, TransformDirection direction, int maxMatches) throws DaylightException
molSequence
- direction
- values are 'Forward' or 'Reverse'maxMatches
-
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |