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

#include <InputDrivenNPDA.h>

Static Public Member Functions

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

Detailed Description

template<class InputSymbolType, class PushdownStoreSymbolType, class StateType>
class core::SetConstraint< automaton::InputDrivenNPDA< InputSymbolType, PushdownStoreSymbolType, StateType >, StateType, automaton::States >

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

Returns true as all states are possibly available to be elements of the states.

Parameters
automatonthe tested automaton
statethe tested state
Returns
true

◆ used()

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

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

Parameters
automatonthe tested automaton
statethe tested state
Returns
true if the state is used, false othervise

◆ valid()

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

All states are valid as a state of the automaton.

Parameters
automatonthe tested automaton
statethe tested state

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