union
Returns an automaton that accepts the union of the languages of the given automata.
Complexity: linear in number of states.
Parameters
list
List of automata to be unioned.
Deprecated
use {@link #union(Collection)} instead
Returns an automaton that accepts the union of the languages of the given automata.
Complexity: linear in number of states.