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

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

  java –Djava.awt.headless=true -jar computeNumericPerformanceTable-ITTB.jar alternatives.xml criteria.xml performanceTable.xml transformedNumericPerformanceTable.xml messages.xml

where:

-  The entry files ``alternatives.xml``, ``criteria.xml`` and ``performanceTable.xml`` are placed in this order.
- The first output file corresponds to the ``transformedNumericPerformanceTable.xml`` file and contains the performance table after the numeric 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?
=====================

You have to put the entry files ``alternatives.xml``, ``criteria.xml`` and ``performanceTable.xml`` in the correct order.
