diff Implab/Automaton/IDFATable.cs @ 166:b84cdbe82e7f ref20160224

sync
author cin
date Mon, 29 Feb 2016 18:41:01 +0300
parents e227e78d72e4
children 0f70905b4652
line wrap: on
line diff
--- a/Implab/Automaton/IDFATable.cs	Mon Feb 29 02:02:17 2016 +0300
+++ b/Implab/Automaton/IDFATable.cs	Mon Feb 29 18:41:01 2016 +0300
@@ -31,7 +31,7 @@
     ///     }
     /// }
     /// </example>
-    public interface IDFATable {
+    public interface IDFATable : IEnumerable<AutomatonTransition> {
         /// <summary>
         /// Таблица переходов состояний автомата
         /// </summary>