* or running the model.
*/
public MoMLSimpleStatisticalApplication(String[] args) throws Exception {
_parser = new MoMLParser();
MoMLParser.setErrorHandler(new StreamErrorHandler());
// First, we gc and then print the memory stats
// BTW to get more info about gc,
// use java -verbose:gc . . .
System.gc();