Class QuickRandomPath

All Implemented Interfaces:
PathGenerator<StopCondition>

public class QuickRandomPath extends PathGeneratorBase<StopCondition>

QuickRandomPath

The QuickRandomPath generator will generate a random path through a model, but will try to cover the unvisited elements first.

QuickRandomPath generates a random path, but tries to reach unvisited elements first. This is quite effective for FSM, but for a EFSM this may not work since edges can be inaccessible.

Author:
Kristian Karl