org.tigris.mbt.generators
Class RandomPathGenerator

java.lang.Object
  extended by org.tigris.mbt.generators.PathGenerator
      extended by org.tigris.mbt.generators.RandomPathGenerator

public class RandomPathGenerator
extends PathGenerator


Constructor Summary
RandomPathGenerator()
           
 
Method Summary
 String[] getNext()
           
 String toString()
           
 
Methods inherited from class org.tigris.mbt.generators.PathGenerator
getConditionFulfillment, getMachine, getStopCondition, hasNext, reset, setMachine, setStopCondition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomPathGenerator

public RandomPathGenerator()
Method Detail

getNext

public String[] getNext()
Specified by:
getNext in class PathGenerator

toString

public String toString()
Overrides:
toString in class PathGenerator