Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <PrefixBarTree.h>
Static Public Member Functions | |
static bool | available (const tree::PrefixBarTree< SymbolType > &tree, const SymbolType &symbol) |
static void | valid (const tree::PrefixBarTree< SymbolType > &, const SymbolType &) |
Helper class specifying constraints for the pattern's internal subtree bar element.
SymbolType | used for the symbol of the alphabet |
|
inlinestatic |
Determines whether the symbol is available in the pattern's alphabet.
pattern | the tested pattern |
symbol | the tested symbol |
|
inlinestatic |
All symbols are valid as bar.
pattern | the tested pattern |
symbol | the tested symbol |