menu
automata_theory package
documentation
abstractions/automatons.dart
Automaton<StateType extends State>
alphabet property
alphabet property
dark_mode
light_mode
alphabet
property
Set
<
String
>
get
alphabet
Implementation
Set<String> get alphabet => _alphabet.toSet();
automata_theory package
documentation
abstractions/automatons
Automaton<StateType extends State>
alphabet property
Automaton class