*/
public static void main(String[] args) throws XMLStreamException,
SBMLException, ParseException {
SBMLDocument doc = new SBMLDocument(2, 4);
doc.addTreeNodeChangeListener(new SimpleTreeNodeChangeListener());
Model model = doc.createModel("test_model");
Creator c = new Creator("Hans", "Wurst",
"Institute for Interesting Biology", "ovidiu.radulescu@univ-rennes1.fr");
History h = new History();