public final class SmartsStereoMatch extends Object implements com.google.common.base.Predicate<int[]>
| Constructor and Description |
|---|
SmartsStereoMatch(IAtomContainer query,
IAtomContainer target)
Create a predicate for checking mappings between a provided
query and target. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(int[] mapping)
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 © 2017. All Rights Reserved.