Chemical Data Processing Library Python API - Version 1.1.1
|
ReactionComponentGroupingMatchExpression. More...
Public Member Functions | |
None | __init__ (ReactionComponentGroupingMatchExpression expr) |
Initializes a copy of the ReactionComponentGroupingMatchExpression instance expr. More... | |
None | __init__ (FragmentList comp_grouping) |
Constructs a ReactionComponentGroupingMatchExpression instance for the specified component-level grouping. More... | |
ReactionComponentGroupingMatchExpression | assign (ReactionComponentGroupingMatchExpression expr) |
Replaces the current state of self with a copy of the state of the ReactionComponentGroupingMatchExpression instance expr. More... | |
Public Member Functions inherited from CDPL.Chem.ReactionMatchExpression | |
None | __init__ () |
Initializes the ReactionMatchExpression 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__ (Reaction query_rxn, Reaction target_rxn, Base.Any aux_data) |
Performs an evaluation of the expression for the given query and target reactions. More... | |
bool | __call__ (Reaction query_rxn, Reaction target_rxn, AtomBondMapping mapping, Base.Any aux_data) |
Performs an evaluation of the expression for the given query and target reactions under consideration of the provided candidate atom/bond mapping. More... | |
Additional Inherited Members | |
Properties inherited from CDPL.Chem.ReactionMatchExpression | |
objectID = property(getObjectID) | |
ReactionComponentGroupingMatchExpression.
None CDPL.Chem.ReactionComponentGroupingMatchExpression.__init__ | ( | ReactionComponentGroupingMatchExpression | expr | ) |
Initializes a copy of the ReactionComponentGroupingMatchExpression instance expr.
expr | The ReactionComponentGroupingMatchExpression instance to copy. |
None CDPL.Chem.ReactionComponentGroupingMatchExpression.__init__ | ( | FragmentList | comp_grouping | ) |
Constructs a ReactionComponentGroupingMatchExpression
instance for the specified component-level grouping.
comp_grouping | Specifies the component-level grouping constraints that must be fulfilled by matching target reactions. |
ReactionComponentGroupingMatchExpression CDPL.Chem.ReactionComponentGroupingMatchExpression.assign | ( | ReactionComponentGroupingMatchExpression | expr | ) |
Replaces the current state of self with a copy of the state of the ReactionComponentGroupingMatchExpression instance expr.
expr | The ReactionComponentGroupingMatchExpression instance to copy. |