C# Class LevenshteinAutomaton.AutomatonState

Automaton state.
Mostrar archivo Open project: ibendrup/LevenshteinAutomaton Class Usage Examples

Public Properties

Property Type Description
Offset int
State int

Property Details

Offset public_oe property

The offset.
public int Offset
return int

State public_oe property

State number
public int State
return int