Interface IDfa
Inherited Members
Namespace: Automata.Core
Assembly: Automata.Core.dll
Syntax
public interface IDfa : IFsa
Properties
| Edit this page View SourceInitialState
Initial state of the deterministic automaton.
Declaration
int InitialState { get; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceState(int)
Read-only view of the state from the specified state.
Declaration
StateView State(int fromState)
Parameters
Type | Name | Description |
---|---|---|
int | fromState | State from which to get the state view. |
Returns
Type | Description |
---|---|
StateView | A StateView representing the state view from the specified state. |