Class PermutationGenerator
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.utils.PermutationGenerator
-
public class PermutationGenerator extends 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()
BigInteger
getNumLeft()
BigInteger
getTotal()
boolean
hasMore()
void
reset()
-
-
-
Constructor Detail
-
PermutationGenerator
public PermutationGenerator(int n)
-
-
Method Detail
-
reset
public void reset()
-
getNumLeft
public BigInteger getNumLeft()
-
getTotal
public BigInteger getTotal()
-
hasMore
public boolean hasMore()
-
getNext
public int[] getNext()
-
-