Class AtomContainerAtomPermutor
java.lang.Object
org.openscience.cdk.smsd.labelling.Permutor
org.openscience.cdk.smsd.labelling.AtomContainerAtomPermutor
- All Implemented Interfaces:
Iterator<IAtomContainer>
@Deprecated
public class AtomContainerAtomPermutor
extends Permutor
implements Iterator<IAtomContainer>
Deprecated.
This class is part of SMSD and either duplicates functionality elsewhere in the CDK or provides public
access to internal implementation details. SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnext()Deprecated.static IAtomContainerpermute(int[] p, IAtomContainer atomContainer) Deprecated.voidremove()Deprecated.Methods inherited from class org.openscience.cdk.smsd.labelling.Permutor
calculateMaxRank, getCurrentPermutation, getNextPermutation, getRandomNextPermutation, getRank, hasNext, setPermutation, setRankMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext
-
Constructor Details
-
AtomContainerAtomPermutor
Deprecated.
-
-
Method Details
-
next
Deprecated.- Specified by:
nextin interfaceIterator<IAtomContainer>
-
permute
Deprecated. -
remove
public void remove()Deprecated.- Specified by:
removein interfaceIterator<IAtomContainer>
-