diff Implab/Automaton/AutomatonConst.cs @ 179:478ef706906a ref20160224

sync
author cin
date Wed, 23 Mar 2016 19:52:08 +0300
parents d5c5db0335ee
children 302ca905c19e
line wrap: on
line diff
--- a/Implab/Automaton/AutomatonConst.cs	Wed Mar 23 19:51:45 2016 +0300
+++ b/Implab/Automaton/AutomatonConst.cs	Wed Mar 23 19:52:08 2016 +0300
@@ -1,6 +1,6 @@
 
 namespace Implab.Automaton {
-    public static class DFAConst {
+    public static class AutomatonConst {
         public const int UNREACHABLE_STATE = -1;
 
         public const int UNCLASSIFIED_INPUT = 0;