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

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

java –Djava.awt.headless =true -jar performanceTableFilter-ITTB.jar methodParameters.xml alternatives.xml criteria.xml performanceTable.xml transformedPerformanceTable.xml messages.xml 


- The first entry file corresponds to ``methodParameters.xml``. The user expresses his preferences. It allows to discard some alternatives and thus make the choice easier.
-  The entry files `` alternatives.xml ``, `` criteria.xml `` and `` performanceTable.xml `` are placed in this order.
- The first output file corresponds to the `` transformedPerformanceTable .xml`` file and contains the performance table after transformation. 
- 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 `` methodParameters.xml`` has to be provided by the user. It can be generated in Diviz. You have to put the entry files `` alternatives.xml ``, `` criteria.xml`` and `` performanceTable.xml `` in the correct order.
