Uses of Class
org.openscience.cdk.ringsearch.AllRingsFinder
Packages that use AllRingsFinder
Package
Description
-
Uses of AllRingsFinder in org.openscience.cdk.fingerprint
Methods in org.openscience.cdk.fingerprint with parameters of type AllRingsFinderModifier and TypeMethodDescriptionFingerprinter.getBitFingerprint
(IAtomContainer container, AllRingsFinder ringFinder) Generates a fingerprint of the default size for the given AtomContainer. -
Uses of AllRingsFinder in org.openscience.cdk.ringsearch
Methods in org.openscience.cdk.ringsearch that return AllRingsFinderModifier and TypeMethodDescriptionAllRingsFinder.setTimeout
(long timeout) Deprecated.use the new threshold (during construction)static AllRingsFinder
AllRingsFinder.usingThreshold
(AllRingsFinder.Threshold threshold) Create anAllRingsFinder
instance using the given threshold. -
Uses of AllRingsFinder in org.openscience.cdk.smiles
Constructors in org.openscience.cdk.smiles with parameters of type AllRingsFinderModifierConstructorDescriptionDeduceBondSystemTool
(AllRingsFinder ringFinder) Deprecated.Constructor for the DeduceBondSystemTool object accepting a customAllRingsFinder
.