Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DFA

Hierarchy

  • DFA

Index

Properties

acceptStates

acceptStates: string

startState

startState: string

transitions

transitions: Record<string, Record<string, string>>