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