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


How to run the java program in command line?
===================================================
::
java –Djava.awt.headless =true -jar advancedAlternativesRankingViaQualificationDistillation-ITTB.jar 
alternatives.xml outrankingRelation.xml 
downwardsDistillation.xml upwardsDistillation.xml intersectionDistillation.xml 
messages.xml
where:
- The  first entry file corresponds to ``alternatives.xml``
-  The second entry file corresponds to `` outrankingRelation.xml``
- The first output file corresponds to the `` downwardsDistillation.xml`` file.
- The second output file corresponds to the `` upwardsDistillation.xml`` file.
- The third output file corresponds to the `` intersectionDistillation.xml`` file.
- The fourth and last 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`` and `` outrankingRelation.xml`` in the correct order.
