Example #1
0
 private FiniteAutomaton Star(FiniteAutomaton operand)
 {
     throw new NotImplementedException();
 }
Example #2
0
 private FiniteAutomaton Concat(FiniteAutomaton operand1, FiniteAutomaton operand2)
 {
     throw new NotImplementedException();
 }