public class Automaton2Concatenate
extends java.lang.Object
| Constructor and Description |
|---|
Automaton2Concatenate() |
| Modifier and Type | Method and Description |
|---|---|
static DFA |
concatenate(DFA automatonA,
DFA automatonB,
org.processmining.framework.plugin.ProMCanceller canceller) |
static DFA |
concatenate(java.util.List<DFA> automata,
org.processmining.framework.plugin.ProMCanceller canceller)
Returns an automaton that accepts the concatenation of the given
automata.
|
public static DFA concatenate(java.util.List<DFA> automata, org.processmining.framework.plugin.ProMCanceller canceller)
canceller - automata -