##// END OF EJS Templates
Prerelease version of RunnableComponent...
Prerelease version of RunnableComponent Added draft messaging interfaces Added more more helpers to Xml/SerializationHelpers

File last commit:

r236:302ca905c19e v2
r251:7c7e9ad6fe4a v3
Show More
AutomatonConst.cs
9 lines | 180 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton {
public static class AutomatonConst {
public const int UnreachableState = -1;
public const int UnclassifiedInput = 0;
}
}