Uses of Class
org.openscience.cdk.exception.Intractable
Packages that use Intractable
-
Uses of Intractable in org.openscience.cdk.exception
Methods in org.openscience.cdk.exception that return IntractableModifier and TypeMethodDescriptionstatic IntractableIntractable.timeout(long t) Utility for creating a message which indicates an operation timed out after a given time in milliseconds,t.static IntractableUtility for creating a message which indicates an operation timed out after a given time in milliseconds,t. -
Uses of Intractable in org.openscience.cdk.graph
Methods in org.openscience.cdk.graph that throw IntractableModifier and TypeMethodDescriptionstatic CyclesCycles.all(IAtomContainer container) Find all simple cycles in a molecule.static CyclesCycles.all(IAtomContainer container, int length) All cycles of smaller than or equal to the specified length.CycleFinder.find(IAtomContainer molecule) Find the cycles of the provided molecule.CycleFinder.find(IAtomContainer molecule, int length) Find the cycles of the provided molecule.CycleFinder.find(IAtomContainer molecule, int[][] graph, int length) Find the cycles of the provided molecule when an adjacent relation (graph) is already available.