org.mindswap.pellet.utils
Class PermutationGenerator

java.lang.Object
  extended by org.mindswap.pellet.utils.PermutationGenerator

public class PermutationGenerator
extends java.lang.Object


Constructor Summary
PermutationGenerator(int n)
           
 
Method Summary
 int[] getNext()
           
 java.math.BigInteger getNumLeft()
           
 java.math.BigInteger getTotal()
           
 boolean hasMore()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationGenerator

public PermutationGenerator(int n)
Method Detail

reset

public void reset()

getNumLeft

public java.math.BigInteger getNumLeft()

getTotal

public java.math.BigInteger getTotal()

hasMore

public boolean hasMore()

getNext

public int[] getNext()


Copyright © 2004 Evren Sirin. All Rights Reserved.