org.tigris.mbt.generators
Class CombinedPathGenerator
java.lang.Object
org.tigris.mbt.generators.PathGenerator
org.tigris.mbt.generators.CombinedPathGenerator
public class CombinedPathGenerator
- extends PathGenerator
CombinedPathGenerator
public CombinedPathGenerator()
CombinedPathGenerator
public CombinedPathGenerator(PathGenerator generator)
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