org.tigris.mbt.generators
Class ListGenerator

java.lang.Object
  extended by org.tigris.mbt.generators.PathGenerator
      extended by org.tigris.mbt.generators.ListGenerator
Direct Known Subclasses:
CodeGenerator

public class ListGenerator
extends PathGenerator


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

Constructor Detail

ListGenerator

public ListGenerator()
Method Detail

hasNext

public boolean hasNext()
Overrides:
hasNext in class PathGenerator

getNext

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

toString

public String toString()
Overrides:
toString in class PathGenerator