for (int i = 1; i < momls.length; i++) {
composition = composition.compose(automata[i], considerTransient);
}
System.out.println(composition.exportMoML());
}
/** Pass the command line arguments to the constructor. The command line
* argument is a list of MoML files for InterfaceAutomaton.
* @param args The command line arguments.