Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <PrefixRankedBarNonlinearPattern.h>
Static Public Member Functions | |
static bool | used (const tree::PrefixRankedBarNonlinearPattern< SymbolType > &pattern, const common::ranked_symbol< SymbolType > &symbol) |
static bool | available (const tree::PrefixRankedBarNonlinearPattern< SymbolType > &pattern, const common::ranked_symbol< SymbolType > &symbol) |
static void | valid (const tree::PrefixRankedBarNonlinearPattern< SymbolType > &, const common::ranked_symbol< SymbolType > &) |
Helper class specifying constraints for the pattern's internal bar set component.
SymbolType | used for the symbol part of the ranked symbols of the alphabet of the pattern. |
|
inlinestatic |
Determines whether the symbol is available in the pattern's alphabet.
pattern | the tested pattern |
symbol | the tested symbol |
|
inlinestatic |
Returns true if the symbol is still used in the pattern.
pattern | the tested pattern |
symbol | the tested symbol |
|
inlinestatic |
All symbols are valid as a bar symbol of the pattern.
pattern | the tested pattern |
symbol | the tested symbol |