#include <ToRTEStateElimination.h>
Converts a finite tree automaton to a regular tree expression using using the State Elimination algorithm (Travnicek: Not yet published) This algorithm returns the regular tree expression as rte::FormalRTE.
◆ convert()
template<class T , class SymbolType , class
StateType >
Performs conversion.
- Template Parameters
-
| T | type of the finite tree automaton |
| SymbolType | the type of symbol of the automaton's input ranked alphabet |
| StateType | the type of states of the automaton |
- Parameters
-
| automaton | finite tree automaton to convert |
- Returns
- formal regular tree expression equivalent to the original automaton
The documentation for this class was generated from the following file: