Chem.MatchExpression that constrains target bonds by their stereo configuration relative to a query bond.
More...
|
| None | __init__ (BondConfigurationMatchExpression expr) |
| | Initializes a copy of the BondConfigurationMatchExpression instance expr. More...
|
| |
| None | __init__ (StereoDescriptor query_stereo_descr, Bond query_bond, bool not_match, bool allow_part_maps) |
| | Constructs an BondConfigurationMatchExpression instance for the specified matching mode, cis/trans bond configuration constraints. More...
|
| |
|
None | __init__ () |
| | Initializes the BondMatchExpression instance.
|
| |
| int | getObjectID () |
| | Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
|
| |
| bool | requiresAtomBondMapping () |
| | Tells whether the expression must be reevaluated after a query to target atom/bond mapping candidate has been found. More...
|
| |
| bool | __call__ (Bond query_bond, MolecularGraph query_molgraph, Bond target_bond, MolecularGraph target_molgraph, Base.Any aux_data) |
| | Performs an evaluation of the expression for the given query and target objects. More...
|
| |
| bool | __call__ (Bond query_bond, MolecularGraph query_molgraph, Bond target_bond, MolecularGraph target_molgraph, AtomBondMapping mapping, Base.Any aux_data) |
| | Performs an evaluation of the expression for the given query and target objects under consideration of the provided candidate atom/bond mapping. More...
|
| |
Chem.MatchExpression that constrains target bonds by their stereo configuration relative to a query bond.
Used in substructure searches with stereochemistry support: the expression evaluates the target bond's cis/trans stereo configuration (as defined by its Chem.StereoDescriptor) against the configuration constraint flags derived from the query bond's descriptor.