﻿================================================================
 The web service « starGraphPerformanceTable-ITTB »
================================================================

How to run the java program in command line?
===================================================
::

java –Djava.awt.headless =true -jar performanceTableTransformation-ITTB.jar options.xml alternatives.xml criteria.xml performanceTable.xml starGraph.xml messages.xml 
where:

- The first entry file corresponds to ``options.xml``. Colors can be used. You can specify how to display the star graphs: by line, by column or in a grid. 
The star graphs can also be ordered by name or by id (of the alternatives). 
-  The entry files `` alternatives.xml ``, `` criteria.xml `` and `` performanceTable.xml `` are placed in this order.
- The first output file corresponds to the `` starGraph .xml`` file and contains the generated plot. 
- The second output file corresponds to the ``messages.xml`` file. It is a list of messages generated by the algorithm. It contains information about the execution status as well as a warnings and errors when they occur.

How to run the tests?
=====================

The file `` options.xml`` can be generated in Diviz or provided by the decision maker. You have to put the entry files `` alternatives.xml ``, `` criteria.xml`` and `` performanceTable.xml `` in the correct order.
