|
__init__(self,
definition,
compstr=None)
Parameters |
|
|
|
_count_occurances(self,
st)
Retrieve a count of 'includes' matches in the structure, but do not
count any matches that have atoms that are also present in any
'excludes' matches. |
|
|
|
matches(self,
st,
addprops=False)
Return True if structure 'st' matches this criterion, False if not. |
|
|
|
getvalue(self,
st)
Return the number of times that definition.includes() patterns match
the structure but do not overlap with any definition.excludes()
patterns. |
|
|
|
expand(self,
definitions)
Generate a new SmartsCriterion from the current one in which the
definition.includes() and definition.excludes() are expanded from the
definitions list. |
|
|
Inherited from Criterion :
__str__ ,
match_compstr ,
parseLine ,
setCompStr
|