|
|||||||||
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.Pattern
public class Pattern
Object representing SMARTS
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
protected |
Pattern()
implicit superconstructor. |
|
Pattern(java.lang.String smarts)
from dt_smartin. |
Method Summary | |
---|---|
static java.lang.String |
commonSubstruct(Sequence seq,
int minPath,
CommonSubstructFlags flags)
from dt_common_substruct |
Pattern |
copy()
from dt_copy. |
PathSet |
exclusiveMatch(ConnectedAtomCollection molOrReaction,
int maxMatches)
from dt_xmatch. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
PathSet |
match(ConnectedAtomCollection molOrReaction,
boolean nonExhaustive)
from dt_match. |
static java.lang.String |
optimizeSmarts(java.lang.String smarts,
boolean useVectorMatching)
from dt_smarts_opt. |
PathSet |
uniqueMatch(ConnectedAtomCollection molOrReaction,
boolean nonExhaustive)
from dt_umatch. |
PathSet |
vectorMatch(ConnectedAtomCollection molOrReaction,
boolean nonExhaustive)
from dt_vmatch. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Pattern() throws DaylightException
DaylightException
public Pattern(java.lang.String smarts) throws DaylightException
DaylightException
Method Detail |
---|
public Pattern copy() throws InvalidSmartsException
InvalidSmartsException
public PathSet match(ConnectedAtomCollection molOrReaction, boolean nonExhaustive) throws InvalidSmartsException
InvalidSmartsException
public PathSet uniqueMatch(ConnectedAtomCollection molOrReaction, boolean nonExhaustive) throws InvalidSmartsException
InvalidSmartsException
public PathSet vectorMatch(ConnectedAtomCollection molOrReaction, boolean nonExhaustive) throws InvalidSmartsException
InvalidSmartsException
public PathSet exclusiveMatch(ConnectedAtomCollection molOrReaction, int maxMatches) throws InvalidSmartsException
InvalidSmartsException
public static java.lang.String optimizeSmarts(java.lang.String smarts, boolean useVectorMatching) throws InvalidSmartsException
InvalidSmartsException
public static java.lang.String commonSubstruct(Sequence seq, int minPath, CommonSubstructFlags flags) throws InvalidSmartsException
InvalidSmartsException
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 |