org.tigris.mbt.generators
Class PathGenerator
java.lang.Object
org.tigris.mbt.generators.PathGenerator
- Direct Known Subclasses:
- CombinedPathGenerator, ListGenerator, RandomPathGenerator, RequirementsGenerator, ShortestPathGenerator
public abstract class PathGenerator
- extends Object
getNext
public abstract String[] getNext()
hasNext
public boolean hasNext()
getMachine
public FiniteStateMachine getMachine()
setMachine
public void setMachine(FiniteStateMachine machine)
setStopCondition
public void setStopCondition(StopCondition stopCondition)
getStopCondition
public StopCondition getStopCondition()
getConditionFulfillment
public double getConditionFulfillment()
reset
public void reset()
- Will reset the generator to its initial state.
toString
public String toString()
- Overrides:
toString in class Object