Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::matching::SequenceMatchingAutomaton Class Reference

#include <SequenceMatchingAutomaton.h>

Static Public Member Functions

template<class SymbolType >
static automaton::NFA< SymbolType, unsigned int > construct (const string::LinearString< SymbolType > &pattern)
 

Member Function Documentation

◆ construct()

template<class SymbolType >
automaton::NFA< SymbolType, unsigned int > stringology::matching::SequenceMatchingAutomaton::construct ( const string::LinearString< SymbolType > &  pattern)
static

Create automaton.

Returns
sequence matching automaton.
Here is the call graph for this function:

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