@Deprecated public final class SmartsStereoMatch extends Object implements com.google.common.base.Predicate<int[]>
Constructor and Description |
---|
SmartsStereoMatch(IAtomContainer query,
IAtomContainer target)
Deprecated.
Create a predicate for checking mappings between a provided
query and target . |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(int[] mapping)
Deprecated.
Is the
mapping of the stereochemistry in the query preserved in
the target. |
public SmartsStereoMatch(IAtomContainer query, IAtomContainer target)
query
and target
.query
- query containertarget
- target containerCopyright © 2021. All rights reserved.