You can run the generator using

$ java -jar BenchGenerator.jar <arguments>


For a list of arguments, you can use the command line switch

$ java -jar BenchGenerator.jar -h


Samples:
--------

An example generator file is sample.benchdef

To generate the corresponding SpaceEx Models, compile the benchmark generator,
cd into the sample directory and run

$ java -jar BenchGenerator.jar sample.benchdef

This will generate a new directory, sample, which contains the generated
SpaceEx model file in XML.

Additionally, a configuration file and a run script are generated to analyze
the model with SpaceEx.
