Package | Description |
---|---|
org.openscience.cdk.isomorphism |
Modifier and Type | Method and Description |
---|---|
static BondMatcher |
BondMatcher.forAny()
All bonds are compatible.
|
static BondMatcher |
BondMatcher.forOrder()
Bonds are compatible if they are both aromatic or their orders are equal.
|
static BondMatcher |
BondMatcher.forQuery()
|
static BondMatcher |
BondMatcher.forStrictOrder()
Bonds are compatible if they are both aromatic or their orders are equal
and they are non-aromatic.
|
Copyright © 2014. All Rights Reserved.