|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <AutomatonNormalize.h>
Static Public Member Functions | |
| template<class StateType > | |
| static ext::multiset< DefaultStateType > | normalizeStates (ext::multiset< StateType > &&states) |
| template<class StateType > | |
| static ext::set< DefaultStateType > | normalizeStates (ext::set< StateType > &&states) |
| template<class StateType > | |
| static ext::vector< DefaultStateType > | normalizeStates (ext::vector< StateType > &&states) |
| template<class StateType > | |
| static DefaultStateType | normalizeState (StateType &&state) |
| template<class SymbolType > | |
| static common::symbol_or_epsilon< DefaultSymbolType > | normalizeSymbolEpsilon (common::symbol_or_epsilon< SymbolType > &&symbol) |
| template<class SymbolType > | |
| static regexp::UnboundedRegExpStructure< DefaultSymbolType > | normalizeRegExp (regexp::UnboundedRegExpStructure< SymbolType > &®exp) |
This class contains methods to print XML representation of automata to the output stream.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |