Uses of Class
org.openscience.cdk.graph.Permutor
Packages that use Permutor
-
Uses of Permutor in org.openscience.cdk.graph
Subclasses of Permutor in org.openscience.cdk.graphModifier and TypeClassDescriptionclass
An atom container atom permutor that uses ranking and unranking to calculate the next permutation in the series.class
This class allows the user to iterate through the set of all possible permutations of the bond order in a given atom container.class
The base class for permutors of atom containers, with a single abstract methodcontainerFromPermutation
that should be implemented in concrete derived classes.