Mercurial > pub > ImplabNet
view Implab/Automaton/AutomatonConst.cs @ 280:f07be402ab02 v3
Added Trace<T>.Debug(...) method for debug messages
Added ContainerBuilde.LoadConfig(Uri) method
author | cin |
---|---|
date | Fri, 25 May 2018 19:15:26 +0300 |
parents | 302ca905c19e |
children |
line wrap: on
line source
namespace Implab.Automaton { public static class AutomatonConst { public const int UnreachableState = -1; public const int UnclassifiedInput = 0; } }