Interface | Description |
---|---|
EfsmPathSearcher |
Base class for different EFSM searching algorithms.
|
SearchCondition |
The interface that represents the conditions which limit the search algorithm.
|
Class | Description |
---|---|
EfsmBfs |
This class implements the Breadth-First Search algorithm.
|
EfsmDfs |
This class implements the Depth-First Search algorithm.
|