Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ExactTreePatternAutomaton.h>
Static Public Member Functions | |
template<class SymbolType > | |
static automaton::InputDrivenNPDA< common::ranked_symbol< SymbolType >, char, unsigned > | construct (const tree::PrefixRankedBarTree< SymbolType > &tree, const common::ranked_symbol< SymbolType > &subtreeWildcard, const common::ranked_symbol< SymbolType > &variablesBar) |
template<class SymbolType > | |
static automaton::InputDrivenNPDA< common::ranked_symbol< SymbolType >, char, unsigned > | construct (const tree::PrefixRankedTree< SymbolType > &tree, const common::ranked_symbol< SymbolType > &subtreeWildcard) |
|
static |
Construct a tree pattern automaton.
|
static |
Construct a tree pattern automaton.