Trees | Indices | Help |
|
---|
|
Criterion --+ | PropertyCriterion
A structure matching criterion that acts on the presence or value of a specific structure property.
If no comparison string is provided, the criterion will check for the presence of property 'name'. Otherwise it will compare the value against the comparison string definition.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Parameters name - the name of the property being evaluated compstr - the property comparison string to be used if present currently in format "<operator> <value>" If name or compstr are not specified, parseLine() method should be used
|
Return True if structure 'st' matches this criterion, False if not. st (Structure) - Structure object addprops (bool) - ignored for property criterions
|
Return the value of the property for this structure. Returns None if the property does not exist.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 01:00:02 2016 | http://epydoc.sourceforge.net |