Uses of Class
org.openscience.cdk.exception.Intractable
-
Packages that use Intractable Package Description org.openscience.cdk.exception org.openscience.cdk.graph -
-
Uses of Intractable in org.openscience.cdk.exception
Methods in org.openscience.cdk.exception that return Intractable Modifier and Type Method Description static Intractable
Intractable. timeout(long t)
Utility for creating a message which indicates an operation timed out after a given time in milliseconds,t
.static Intractable
Intractable. timeout(String desc, long t)
Utility 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 Intractable Modifier and Type Method Description static Cycles
Cycles. all(IAtomContainer container)
Find all simple cycles in a molecule.static Cycles
Cycles. all(IAtomContainer container, int length)
All cycles of smaller than or equal to the specified length.Cycles
CycleFinder. find(IAtomContainer molecule)
Find the cycles of the provided molecule.Cycles
CycleFinder. find(IAtomContainer molecule, int length)
Find the cycles of the provided molecule.Cycles
CycleFinder. find(IAtomContainer molecule, int[][] graph, int length)
Find the cycles of the provided molecule when an adjacent relation (graph) is already available.
-