Package | Description |
---|---|
org.openscience.cdk.config.fragments | |
org.openscience.cdk.smarts |
Modifier and Type | Method and Description |
---|---|
static SmartsPattern[] |
EStateFragments.getPatterns() |
Modifier and Type | Method and Description |
---|---|
static SmartsPattern |
SmartsPattern.create(String smarts)
Default SMARTS pattern constructor, passes in a null chem object builder.
|
static SmartsPattern |
SmartsPattern.create(String smarts,
IChemObjectBuilder builder)
Create a
Pattern that will match the given smarts query. |
SmartsPattern |
SmartsPattern.setPrepare(boolean doPrep)
Sets whether the molecule should be "prepared" for a SMARTS match,
including set ring flags and perceiving aromaticity.
|
Copyright © 2021. All rights reserved.