org.tigris.mbt.generators
Class CombinedPathGenerator

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

public class CombinedPathGenerator
extends PathGenerator


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

Constructor Detail

CombinedPathGenerator

public CombinedPathGenerator()

CombinedPathGenerator

public CombinedPathGenerator(PathGenerator generator)
Method Detail

addPathGenerator

public void addPathGenerator(PathGenerator generator)

setMachine

public void setMachine(FiniteStateMachine machine)
Overrides:
setMachine in class PathGenerator

setStopCondition

public void setStopCondition(StopCondition stopCondition)
Overrides:
setStopCondition in class PathGenerator

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