# HG changeset patch # User cin # Date 1456760461 -10800 # Node ID b84cdbe82e7f4ff100b9b7feb3bbf935510866b3 # Parent e227e78d72e4f792d507444f0ce56396f5873151 sync diff -r e227e78d72e4 -r b84cdbe82e7f Implab/Automaton/AutomatonTransition.cs --- a/Implab/Automaton/AutomatonTransition.cs Mon Feb 29 02:02:17 2016 +0300 +++ b/Implab/Automaton/AutomatonTransition.cs Mon Feb 29 18:41:01 2016 +0300 @@ -1,7 +1,7 @@ using System; namespace Implab.Automaton { - struct AutomatonTransition : IEquatable { + public struct AutomatonTransition : IEquatable { public readonly int s1; public readonly int s2; public readonly int edge; diff -r e227e78d72e4 -r b84cdbe82e7f Implab/Automaton/IDFATable.cs --- 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 @@ /// } /// } /// - public interface IDFATable { + public interface IDFATable : IEnumerable { /// /// Таблица переходов состояний автомата ///