Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <MultiInitialStateEpsilonNFA.h>
Static Public Member Functions | |
static bool | used (const automaton::MultiInitialStateEpsilonNFA< SymbolType, StateType > &automaton, const SymbolType &symbol) |
static bool | available (const automaton::MultiInitialStateEpsilonNFA< SymbolType, StateType > &, const SymbolType &) |
static void | valid (const automaton::MultiInitialStateEpsilonNFA< SymbolType, StateType > &, const SymbolType &) |
Helper class specifying constraints for the automaton's internal input alphabet component.
SymbolType | used for the terminal 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 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 input symbols.
automaton | the tested automaton |
symbol | the tested symbol |