Uses of Enum Class
org.openscience.cdk.ringsearch.AllRingsFinder.Threshold
Packages that use AllRingsFinder.Threshold
-
Uses of AllRingsFinder.Threshold in org.openscience.cdk.ringsearch
Methods in org.openscience.cdk.ringsearch that return AllRingsFinder.ThresholdModifier and TypeMethodDescriptionstatic AllRingsFinder.Threshold
Returns the enum constant of this class with the specified name.static AllRingsFinder.Threshold[]
AllRingsFinder.Threshold.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.ringsearch with parameters of type AllRingsFinder.ThresholdModifier and TypeMethodDescriptionstatic AllRingsFinder
AllRingsFinder.usingThreshold
(AllRingsFinder.Threshold threshold) Create anAllRingsFinder
instance using the given threshold.