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.
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnext()
Deprecated.static IAtomContainer
permute
(int[] p, IAtomContainer atomContainer) Deprecated.void
remove()
Deprecated.Methods inherited from class org.openscience.cdk.smsd.labelling.Permutor
calculateMaxRank, getCurrentPermutation, getNextPermutation, getRandomNextPermutation, getRank, hasNext, setPermutation, setRank
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext
-
Constructor Details
-
AtomContainerAtomPermutor
Deprecated.
-
-
Method Details
-
next
Deprecated.- Specified by:
next
in interfaceIterator<IAtomContainer>
-
permute
Deprecated. -
remove
public void remove()Deprecated.- Specified by:
remove
in interfaceIterator<IAtomContainer>
-