T
- public interface ISmartsPattern<T>
Modifier and Type | Method and Description |
---|---|
String |
getHint() |
org.openscience.cdk.interfaces.IAtomContainer |
getMatchingStructure(org.openscience.cdk.interfaces.IAtomContainer mol) |
String |
getName() |
T |
getObjectToVerify(org.openscience.cdk.interfaces.IAtomContainer mol) |
org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer |
getQuery() |
String |
getSmarts() |
List |
getUniqueMatchingAtoms()
Just for backward compatibility
|
int |
hasSMARTSPattern(T object) |
boolean |
isNegate() |
int |
match(org.openscience.cdk.interfaces.IAtomContainer mol) |
void |
setHint(String hint) |
void |
setName(String name) |
void |
setNegate(boolean negate) |
void |
setSmarts(String smarts) |
void |
useMOEvPrimitive(boolean flag) |
String getSmarts()
void setSmarts(String smarts) throws SMARTSException
SMARTSException
boolean isNegate()
void setNegate(boolean negate)
int hasSMARTSPattern(T object) throws SMARTSException
SMARTSException
T getObjectToVerify(org.openscience.cdk.interfaces.IAtomContainer mol)
int match(org.openscience.cdk.interfaces.IAtomContainer mol) throws SMARTSException
SMARTSException
org.openscience.cdk.interfaces.IAtomContainer getMatchingStructure(org.openscience.cdk.interfaces.IAtomContainer mol) throws UnsupportedOperationException, SMARTSException
String getName()
void setName(String name)
String getHint()
void setHint(String hint)
void useMOEvPrimitive(boolean flag) throws UnsupportedOperationException
UnsupportedOperationException
org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer getQuery()
List getUniqueMatchingAtoms() throws SMARTSException
SMARTSException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.