concatenate

Returns an automaton that accepts the concatenation of the languages of the given automata.

Complexity: linear in total number of states.

Parameters

list

List of automata to be joined


Deprecated

use {@link #concatenate(List)} instead

Returns an automaton that accepts the concatenation of the languages of the given automata.

Complexity: linear in total number of states.