Public Member Functions | |
Alphabet (int size) | |
Creates an alphabet with the given size. | |
Protected Attributes | |
int | _maxN_Parameters = 0 |
Properties | |
Symbol | this [int index] [get, set] |
Overload of the "[]" operator. | |
int | this [Symbol symbol] [get] |
Overload of the "[]" operator. | |
int | Length [get] |
The number of Symbols in this alphabet. | |
int | MaxN_Parameters [get] |
The maximum number of parameters any of the Symbols in this alphabet can accept. |
Definition at line 12 of file Alphabet.cs.