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

#include <NondeterministicZAutomaton.h>

Static Public Member Functions

static bool used (const automaton::NondeterministicZAutomaton< SymbolType, StateType > &automaton, const SymbolType &symbol)
 
static bool available (const automaton::NondeterministicZAutomaton< SymbolType, StateType > &, const SymbolType &)
 
static void valid (const automaton::NondeterministicZAutomaton< SymbolType, StateType > &automaton, const SymbolType &symbol)
 

Detailed Description

template<class SymbolType, class StateType>
class core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >

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

Template Parameters
SymbolTypeused for the symbols of the tree the automaton is executed on.
StateTypeused for the states, and the initial state of the automaton.

Member Function Documentation

◆ available()

template<class SymbolType , class StateType >
static bool core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >::available ( const automaton::NondeterministicZAutomaton< SymbolType, StateType > &  ,
const SymbolType &   
)
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 SymbolType , class StateType >
static bool core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >::used ( const automaton::NondeterministicZAutomaton< SymbolType, StateType > &  automaton,
const SymbolType &  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
Here is the call graph for this function:

◆ valid()

template<class SymbolType , class StateType >
static void core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >::valid ( const automaton::NondeterministicZAutomaton< SymbolType, StateType > &  automaton,
const SymbolType &  symbol 
)
inlinestatic

All symbols are valid as input symbols.

Parameters
automatonthe tested automaton
symbolthe tested symbol
Here is the call graph for this function:

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