Class Constants
Class representing automata related constants.
Inherited Members
Namespace: Automata.Core
Assembly: Automata.Core.dll
Syntax
public static class Constants
Fields
| Edit this page View SourceInvalidState
Denotes an invalid state.
Declaration
public const int InvalidState = -1
Field Value
Type | Description |
---|---|
int |
|
InvalidSymbolIndex
Denotes an invalid symbol.
Declaration
public const int InvalidSymbolIndex = -1
Field Value
Type | Description |
---|---|
int |
|