Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::SetConstraint< automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, InputSymbolType, automaton::InputAlphabet > Class Template Reference

#include <SinglePopDPDA.h>

Static Public Member Functions

static bool used (const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &automaton, const InputSymbolType &symbol)
 
static bool available (const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &, const InputSymbolType &)
 
static void valid (const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &, const InputSymbolType &)
 

Detailed Description

template<class InputSymbolType, class PushdownStoreSymbolType, class StateType>
class core::SetConstraint< automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, InputSymbolType, automaton::InputAlphabet >

Helper class specifying constraints for the automaton's internal input alphabet component.

Template Parameters
InputSymbolTypeused for the terminal alphabet of the automaton.
PushdownSymbolTypeused for the pushdown store alphabet of the automaton.
StateTypeused for the terminal alphabet of the automaton.

Member Function Documentation

◆ available()

template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
static bool core::SetConstraint< automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, InputSymbolType, automaton::InputAlphabet >::available ( const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  ,
const InputSymbolType &   
)
inlinestatic

Returns true as all symbols are possibly available to be elements of the input alphabet.

Parameters
automatonthe tested automaton
symbolthe tested symbol
Returns
true

◆ used()

template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
static bool core::SetConstraint< automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, InputSymbolType, automaton::InputAlphabet >::used ( const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  automaton,
const InputSymbolType &  symbol 
)
inlinestatic

Returns true if the symbol is still used in some transition of the automaton.

Parameters
automatonthe tested automaton
symbolthe tested symbol
Returns
true if the symbol is used, false othervise

◆ valid()

template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
static void core::SetConstraint< automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, InputSymbolType, automaton::InputAlphabet >::valid ( const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  ,
const InputSymbolType &   
)
inlinestatic

All symbols are valid as input symbols.

Parameters
automatonthe tested automaton
symbolthe tested symbol

The documentation for this class was generated from the following file: