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

#include <SinglePopNPDA.h>

Static Public Member Functions

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

Detailed Description

template<class InputSymbolType, class PushdownStoreSymbolType, class StateType>
class core::SetConstraint< automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, PushdownStoreSymbolType, automaton::PushdownStoreAlphabet >

Helper class specifying constraints for the automaton's internal pushdown store 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::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, PushdownStoreSymbolType, automaton::PushdownStoreAlphabet >::available ( const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  ,
const PushdownStoreSymbolType &   
)
inlinestatic

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

Parameters
automatonthe tested automaton
symbolthe tested symbol
Returns
true

◆ used()

template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
static bool core::SetConstraint< automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, PushdownStoreSymbolType, automaton::PushdownStoreAlphabet >::used ( const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  automaton,
const PushdownStoreSymbolType &  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::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, PushdownStoreSymbolType, automaton::PushdownStoreAlphabet >::valid ( const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  ,
const PushdownStoreSymbolType &   
)
inlinestatic

All symbols are valid as pushdown store symbols.

Parameters
automatonthe tested automaton
symbolthe tested symbol

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