Class PermutationGenerator
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.utils.PermutationGenerator
-
public class PermutationGenerator extends java.lang.Object
- Author:
- Peter
-
-
Constructor Summary
Constructors Constructor Description PermutationGenerator(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getNext()
java.math.BigInteger
getNumLeft()
java.math.BigInteger
getTotal()
boolean
hasMore()
void
reset()
-