|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > | convert (const automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &pda) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, ext::variant< StateType, std::string > > | convert (const automaton::DPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &pda) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > | convert (const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &pda) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, ext::variant< StateType, std::string > > | convert (const automaton::NPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &pda) |
|
Transforms a pushdown automaton to a real-time height-deterministic pushdown automaton (RHPDA).