org.jboss.dtf.testframework.coordinator2
Class RuntimePermutation

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator2.RuntimePermutation

public class RuntimePermutation
extends java.lang.Object


Constructor Summary
RuntimePermutation()
           
 
Method Summary
 void add(OSProductCombination combination)
           
 void clear()
           
 boolean contains(OSProductCombination o)
           
 int getNumberOfNodes()
           
 OSProductCombination getPermutationCodeForLITask()
           
 OSProductCombination[] getPermutationElements()
           
 int getRetryCount()
           
 int incrementRetryCount()
           
 boolean isCompleted()
           
 void setCompleted()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimePermutation

public RuntimePermutation()
Method Detail

contains

public boolean contains(OSProductCombination o)

getPermutationElements

public OSProductCombination[] getPermutationElements()

getRetryCount

public int getRetryCount()

incrementRetryCount

public int incrementRetryCount()

getPermutationCodeForLITask

public OSProductCombination getPermutationCodeForLITask()

add

public void add(OSProductCombination combination)

getNumberOfNodes

public int getNumberOfNodes()

clear

public void clear()

setCompleted

public void setCompleted()

isCompleted

public boolean isCompleted()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object