Implements a finite size alphabet. More...
#include <Alphabet.h>
Public Member Functions | |
FiniteAlphabet () | |
Default Constructor. |
Implements a finite size alphabet.
This is an implementation of a finite alphabet. Letter names are given as a parameter in the constructor
Definition at line 67 of file Alphabet.h.
FiniteAlphabet::FiniteAlphabet | ( | ) | [inline] |
Default Constructor.
Definition at line 71 of file Alphabet.h.