Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <VisiblyPushdownNPDA.h>
Static Public Member Functions | |
static bool | used (const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &automaton, const InputSymbolType &symbol) |
static bool | available (const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &, const InputSymbolType &) |
static void | valid (const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &automaton, const InputSymbolType &symbol) |
Helper class specifying constraints for the automaton's internal return input alphabet component.
InputSymbolType | used for the terminal alphabet of the automaton. |
PushdownSymbolType | used for the pushdown store alphabet of the automaton. |
StateType | used for the terminal alphabet of the automaton. |
|
inlinestatic |
Returns true as all symbols are possibly available to be elements of the return input alphabet.
automaton | the tested automaton |
symbol | the tested symbol |
|
inlinestatic |
Returns true if the symbol is still used in some transition of the automaton.
automaton | the tested automaton |
symbol | the tested symbol |
|
inlinestatic |
All symbols are valid as return input symbols.
automaton | the tested automaton |
symbol | the tested symbol |