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

#include <RealTimeHeightDeterministicDPDA.h>

Static Public Member Functions

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

Detailed Description

template<class InputSymbolType, class PushdownStoreSymbolType, class StateType>
class core::SetConstraint< automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, StateType, automaton::FinalStates >

Helper class specifying constraints for the automaton's internal final states 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::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, StateType, automaton::FinalStates >::available ( const automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &  automaton,
const StateType &  state 
)
inlinestatic

Determines whether the state is available in the automaton's states set.

Parameters
automatonthe tested automaton
statethe tested state
Returns
true if the state is already in the set of states of the automaton

◆ used()

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

Returns false. Final state is only a mark that the automaton itself does require further.

Parameters
automatonthe tested automaton
statethe tested state
Returns
false

◆ valid()

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

All states are valid as a final state of the automaton.

Parameters
automatonthe tested automaton
statethe tested state

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