Mercurial > pub > ImplabNet
comparison Implab/Automaton/AutomatonConst.cs @ 179:478ef706906a ref20160224
sync
author | cin |
---|---|
date | Wed, 23 Mar 2016 19:52:08 +0300 |
parents | d5c5db0335ee |
children | 302ca905c19e |
comparison
equal
deleted
inserted
replaced
178:d5c5db0335ee | 179:478ef706906a |
---|---|
1 | 1 |
2 namespace Implab.Automaton { | 2 namespace Implab.Automaton { |
3 public static class DFAConst { | 3 public static class AutomatonConst { |
4 public const int UNREACHABLE_STATE = -1; | 4 public const int UNREACHABLE_STATE = -1; |
5 | 5 |
6 public const int UNCLASSIFIED_INPUT = 0; | 6 public const int UNCLASSIFIED_INPUT = 0; |
7 } | 7 } |
8 } | 8 } |