org.jboss.dtf.testframework.utils
Class PermutationGenerator

java.lang.Object
  extended by org.jboss.dtf.testframework.utils.PermutationGenerator

public class PermutationGenerator
extends java.lang.Object


Constructor Summary
PermutationGenerator()
           
 
Method Summary
 void addElement(OSProductCombination obj)
           
 PermutationCode getPermutation()
           
 boolean hasAnother()
           
 void initialise(int numberOfTasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationGenerator

public PermutationGenerator()
Method Detail

addElement

public final void addElement(OSProductCombination obj)

initialise

public final void initialise(int numberOfTasks)

getPermutation

public final PermutationCode getPermutation()

hasAnother

public final boolean hasAnother()