#include <AllEpsilonClosure.h>
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::EpsilonNFA< SymbolType, StateType > &fsm) |
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::MultiInitialStateNFA< SymbolType, StateType > &fsm) |
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::NFA< SymbolType, StateType > &fsm) |
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::DFA< SymbolType, StateType > &fsm) |
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::ExtendedNFA< SymbolType, StateType > &fsm) |
|
template<class SymbolType , class StateType > |
static ext::map< StateType, ext::set< StateType > > | allEpsilonClosure (const automaton::CompactNFA< SymbolType, StateType > &fsm) |
|
◆ allEpsilonClosure() [1/6]
◆ allEpsilonClosure() [2/6]
◆ allEpsilonClosure() [3/6]
Computes allEpsilon closure of a state in allEpsilon nonfree automaton
◆ allEpsilonClosure() [4/6]
◆ allEpsilonClosure() [5/6]
◆ allEpsilonClosure() [6/6]
The documentation for this class was generated from the following file: