Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
rte::GlushkovFollowNaive Class Reference

#include <GlushkovFollowNaive.h>

Data Structures

class  Formal
 

Static Public Member Functions

template<class SymbolType >
static ext::set< ext::vector< common::ranked_symbol< SymbolType > > > follow (const rte::FormalRTE< SymbolType > &rte, const common::ranked_symbol< SymbolType > &symbol)
 

Member Function Documentation

◆ follow()

template<class SymbolType >
ext::set< ext::vector< common::ranked_symbol< SymbolType > > > rte::GlushkovFollowNaive::follow ( const rte::FormalRTE< SymbolType > &  rte,
const common::ranked_symbol< SymbolType > &  symbol 
)
static
Parameters
rerte to probe
symbolFormalRTESymbol for which we need the follow(), i.e., Follow(RTE, symbol)
Returns
all symbols that can follow specific symbol in word
Here is the call graph for this function:
Here is the caller graph for this function:

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