MoMLParser parser = new MoMLParser();
InterfaceAutomaton automaton = (InterfaceAutomaton) parser.parse(url,
url);
automaton.addPorts();
automaton.combineInternalTransitions();
System.out.println(automaton.exportMoML());
}
/** Pass the first command line argument to the constructor.