|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::DFA< SymbolType, StateType > &a, const automaton::DFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::NFA< SymbolType, StateType > &a, const automaton::NFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::MultiInitialStateNFA< SymbolType, StateType > &a, const automaton::MultiInitialStateNFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::EpsilonNFA< SymbolType, StateType > &a, const automaton::EpsilonNFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::ExtendedNFA< SymbolType, StateType > &a, const automaton::ExtendedNFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::CompactDFA< SymbolType, StateType > &a, const automaton::CompactDFA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::CompactNFA< SymbolType, StateType > &a, const automaton::CompactNFA< SymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::DPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::DPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::NPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::NPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::DFTA< SymbolType, StateType > &a, const automaton::DFTA< SymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::NFTA< SymbolType, StateType > &a, const automaton::NFTA< SymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::InputDrivenDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::InputDrivenDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::InputDrivenNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::InputDrivenNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::VisiblyPushdownDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::VisiblyPushdownDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static bool | compare (const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a, const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &b) |
|
template<class SymbolType , class StateType > |
static bool | compare (const automaton::OneTapeDTM< SymbolType, StateType > &a, const automaton::OneTapeDTM< SymbolType, StateType > &b) |
|