| Package | Description |
|---|---|
| org.openscience.cdk.isomorphism |
| Modifier and Type | Method and Description |
|---|---|
static AtomMatcher |
AtomMatcher.forAny()
Atoms are always compatible.
|
static AtomMatcher |
AtomMatcher.forElement()
Atoms are compatible if they are the same element.
|
static AtomMatcher |
AtomMatcher.forQuery()
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
VentoFoggia.findIdentical(IAtomContainer query,
AtomMatcher atomMatcher,
BondMatcher bondMatcher)
Create a pattern which can be used to find molecules which are the same
as the
query structure. |
static Pattern |
VentoFoggia.findSubstructure(IAtomContainer query,
AtomMatcher atomMatcher,
BondMatcher bondMatcher)
Create a pattern which can be used to find molecules which contain the
query structure. |
Copyright © 2017. All rights reserved.