Uses of Class
org.openscience.cdk.smarts.SmartsPattern
Packages that use SmartsPattern
Package
Description
-
Uses of SmartsPattern in org.openscience.cdk.config.fragments
Methods in org.openscience.cdk.config.fragments that return SmartsPattern -
Uses of SmartsPattern in org.openscience.cdk.qsar.descriptors.molecular
Fields in org.openscience.cdk.qsar.descriptors.molecular declared as SmartsPatternModifier and TypeFieldDescriptionstatic final SmartsPattern
XLogPDescriptor.C_TERMINAL_AMINO_ACID
static final SmartsPattern
XLogPDescriptor.ORTHOPAIR
static final SmartsPattern
XLogPDescriptor.P_AMINO_SULPHONIC_ACID
static final SmartsPattern
XLogPDescriptor.SALICYLIC_ACID_PTRN
-
Uses of SmartsPattern in org.openscience.cdk.smarts
Methods in org.openscience.cdk.smarts that return SmartsPatternModifier and TypeMethodDescriptionstatic SmartsPattern
Default SMARTS pattern constructor, passes in a null chem object builder.static SmartsPattern
SmartsPattern.create
(String smarts, IChemObjectBuilder builder) Create aPattern
that will match the givensmarts
query.SmartsPattern.setPrepare
(boolean doPrep) Sets whether the molecule should be "prepared" for a SMARTS match, including set ring flags and perceiving aromaticity.