Constructor Automaton
Automaton(State)
Constructs a new automaton that accepts the empty language. Using this constructor, automata can be constructed manually from State and Transition objects.
Declaration
public Automaton(State initial)
Parameters
Type | Name | Description |
---|---|---|
State | initial |
See Also
Automaton()
Declaration
public Automaton()