Mercurial > pub > ImplabNet
view Implab/Automaton/AutomatonConst.cs @ 274:22629bf26121 v3
Unity xml configuration, alpha2
author | cin |
---|---|
date | Fri, 27 Apr 2018 04:47:52 +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; } }