ParametricDescription
A ParametricDescription describes the structure of a Levenshtein DFA for some degree n.
There are four components of a parametric description, all parameterized on the length of the word w:
The number of states: .size
The set of final states: .isAccept
The transition function: .transition
Minimal boundary function: .getPosition