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()BigIntegergetNumLeft()BigIntegergetTotal()booleanhasMore()voidreset() 
 - 
 
- 
- 
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()
 
 - 
 
 -